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.codestarconnections.model

Class VpcConfiguration

    • Constructor Summary

      Constructors
      Constructor and Description
      VpcConfiguration ()
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      VpcConfiguration clone ()
      boolean equals (Object obj)
      List<String> getSecurityGroupIds ()
      The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      List<String> getSubnetIds ()
      The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      String getTlsCertificate ()
      The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
      String getVpcId ()
      The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
      int hashCode ()
      void marshall (ProtocolMarshaller protocolMarshaller)
      Marshalls this structured data using the given ProtocolMarshaller.
      void setSecurityGroupIds (Collection<String> securityGroupIds)
      The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      void setSubnetIds (Collection<String> subnetIds)
      The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      void setTlsCertificate (String tlsCertificate)
      The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
      void setVpcId (String vpcId)
      The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
      String toString ()
      Returns a string representation of this object.
      VpcConfiguration withSecurityGroupIds (Collection<String> securityGroupIds)
      The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      VpcConfiguration withSecurityGroupIds (String... securityGroupIds)
      The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      VpcConfiguration withSubnetIds (Collection<String> subnetIds)
      The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      VpcConfiguration withSubnetIds (String... subnetIds)
      The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      VpcConfiguration withTlsCertificate (String tlsCertificate)
      The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
      VpcConfiguration withVpcId (String vpcId)
      The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
    • Constructor Detail

      • VpcConfiguration

        public VpcConfiguration()
    • Method Detail

      • setVpcId

        public void setVpcId(String vpcId)

        The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        vpcId - The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
      • getVpcId

        public String getVpcId()

        The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

        Returns:
        The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
      • withVpcId

        public VpcConfiguration withVpcId(String vpcId)

        The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        vpcId - The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubnetIds

        public List<String> getSubnetIds()

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Returns:
        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      • setSubnetIds

        public void setSubnetIds(Collection<String> subnetIds)

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      • withSubnetIds

        public VpcConfiguration withSubnetIds(String... subnetIds)

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        NOTE: This method appends the values to the existing list (if any). Use setSubnetIds(java.util.Collection) or withSubnetIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSubnetIds

        public VpcConfiguration withSubnetIds(Collection<String> subnetIds)

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecurityGroupIds

        public List<String> getSecurityGroupIds()

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Returns:
        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      • setSecurityGroupIds

        public void setSecurityGroupIds(Collection<String> securityGroupIds)

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        securityGroupIds - The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
      • withSecurityGroupIds

        public VpcConfiguration withSecurityGroupIds(String... securityGroupIds)

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        NOTE: This method appends the values to the existing list (if any). Use setSecurityGroupIds(java.util.Collection) or withSecurityGroupIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        securityGroupIds - The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecurityGroupIds

        public VpcConfiguration withSecurityGroupIds(Collection<String> securityGroupIds)

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        securityGroupIds - The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTlsCertificate

        public void setTlsCertificate(String tlsCertificate)

        The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

        Parameters:
        tlsCertificate - The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
      • getTlsCertificate

        public String getTlsCertificate()

        The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

        Returns:
        The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
      • withTlsCertificate

        public VpcConfiguration withTlsCertificate(String tlsCertificate)

        The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

        Parameters:
        tlsCertificate - The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
        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 によって変換されたページ (->オリジナル) /