JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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

Class PrivateLinkConfig

    • Constructor Detail

      • PrivateLinkConfig

        public PrivateLinkConfig()
    • Method Detail

      • setVpcEndpointId

        public void setVpcEndpointId(String vpcEndpointId)

        Specifies the ID of the VPC endpoint that your agent connects to.

        Parameters:
        vpcEndpointId - Specifies the ID of the VPC endpoint that your agent connects to.
      • getVpcEndpointId

        public String getVpcEndpointId()

        Specifies the ID of the VPC endpoint that your agent connects to.

        Returns:
        Specifies the ID of the VPC endpoint that your agent connects to.
      • withVpcEndpointId

        public PrivateLinkConfig withVpcEndpointId(String vpcEndpointId)

        Specifies the ID of the VPC endpoint that your agent connects to.

        Parameters:
        vpcEndpointId - Specifies the ID of the VPC endpoint that your agent connects to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPrivateLinkEndpoint

        public PrivateLinkConfig withPrivateLinkEndpoint(String privateLinkEndpoint)

        Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.

        Parameters:
        privateLinkEndpoint - Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubnetArns

        public List<String> getSubnetArns()

        Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.

        Returns:
        Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
      • setSubnetArns

        public void setSubnetArns(Collection<String> subnetArns)

        Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.

        Parameters:
        subnetArns - Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
      • withSubnetArns

        public PrivateLinkConfig withSubnetArns(String... subnetArns)

        Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.

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

        Parameters:
        subnetArns - Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSubnetArns

        public PrivateLinkConfig withSubnetArns(Collection<String> subnetArns)

        Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.

        Parameters:
        subnetArns - Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecurityGroupArns

        public List<String> getSecurityGroupArns()

        Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.

        Returns:
        Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
      • setSecurityGroupArns

        public void setSecurityGroupArns(Collection<String> securityGroupArns)

        Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.

        Parameters:
        securityGroupArns - Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
      • withSecurityGroupArns

        public PrivateLinkConfig withSecurityGroupArns(String... securityGroupArns)

        Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.

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

        Parameters:
        securityGroupArns - Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecurityGroupArns

        public PrivateLinkConfig withSecurityGroupArns(Collection<String> securityGroupArns)

        Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.

        Parameters:
        securityGroupArns - Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
        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 によって変換されたページ (->オリジナル) /