JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafka.model

Class CreateVpcConnectionRequest

    • Constructor Detail

      • CreateVpcConnectionRequest

        public CreateVpcConnectionRequest()
    • Method Detail

      • setTargetClusterArn

        public void setTargetClusterArn(String targetClusterArn)

        The cluster Amazon Resource Name (ARN) for the VPC connection.

        Parameters:
        targetClusterArn -

        The cluster Amazon Resource Name (ARN) for the VPC connection.

      • getTargetClusterArn

        public String getTargetClusterArn()

        The cluster Amazon Resource Name (ARN) for the VPC connection.

        Returns:

        The cluster Amazon Resource Name (ARN) for the VPC connection.

      • withTargetClusterArn

        public CreateVpcConnectionRequest withTargetClusterArn(String targetClusterArn)

        The cluster Amazon Resource Name (ARN) for the VPC connection.

        Parameters:
        targetClusterArn -

        The cluster Amazon Resource Name (ARN) for the VPC connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthentication

        public void setAuthentication(String authentication)

        The authentication type of VPC connection.

        Parameters:
        authentication -

        The authentication type of VPC connection.

      • getAuthentication

        public String getAuthentication()

        The authentication type of VPC connection.

        Returns:

        The authentication type of VPC connection.

      • withAuthentication

        public CreateVpcConnectionRequest withAuthentication(String authentication)

        The authentication type of VPC connection.

        Parameters:
        authentication -

        The authentication type of VPC connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId(String vpcId)

        The VPC ID of VPC connection.

        Parameters:
        vpcId -

        The VPC ID of VPC connection.

      • getVpcId

        public String getVpcId()

        The VPC ID of VPC connection.

        Returns:

        The VPC ID of VPC connection.

      • withVpcId

        public CreateVpcConnectionRequest withVpcId(String vpcId)

        The VPC ID of VPC connection.

        Parameters:
        vpcId -

        The VPC ID of VPC connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getClientSubnets

        public List<String> getClientSubnets()

        The list of client subnets.

        Returns:

        The list of client subnets.

      • setClientSubnets

        public void setClientSubnets(Collection<String> clientSubnets)

        The list of client subnets.

        Parameters:
        clientSubnets -

        The list of client subnets.

      • withClientSubnets

        public CreateVpcConnectionRequest withClientSubnets(Collection<String> clientSubnets)

        The list of client subnets.

        Parameters:
        clientSubnets -

        The list of client subnets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecurityGroups

        public List<String> getSecurityGroups()

        The list of security groups.

        Returns:

        The list of security groups.

      • setSecurityGroups

        public void setSecurityGroups(Collection<String> securityGroups)

        The list of security groups.

        Parameters:
        securityGroups -

        The list of security groups.

      • withSecurityGroups

        public CreateVpcConnectionRequest withSecurityGroups(Collection<String> securityGroups)

        The list of security groups.

        Parameters:
        securityGroups -

        The list of security groups.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        A map of tags for the VPC connection.

        Returns:

        A map of tags for the VPC connection.

      • setTags

        public void setTags(Map<String,String> tags)

        A map of tags for the VPC connection.

        Parameters:
        tags -

        A map of tags for the VPC connection.

      • withTags

        public CreateVpcConnectionRequest withTags(Map<String,String> tags)

        A map of tags for the VPC connection.

        Parameters:
        tags -

        A map of tags for the VPC connection.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateVpcConnectionRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /