@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivateLinkConfig extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PrivateLinkConfig() |
public void setPrivateLinkEndpoint(String privateLinkEndpoint)
privateLinkEndpoint - public String getPrivateLinkEndpoint()
public PrivateLinkConfig withPrivateLinkEndpoint(String privateLinkEndpoint)
privateLinkEndpoint - public void setSubnetArns(Collection<String> subnetArns)
subnetArns - public PrivateLinkConfig withSubnetArns(String... subnetArns)
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.
subnetArns - public PrivateLinkConfig withSubnetArns(Collection<String> subnetArns)
subnetArns - public void setSecurityGroupArns(Collection<String> securityGroupArns)
securityGroupArns - public PrivateLinkConfig withSecurityGroupArns(String... securityGroupArns)
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.
securityGroupArns - public PrivateLinkConfig withSecurityGroupArns(Collection<String> securityGroupArns)
securityGroupArns - public String toString()
toString in class ObjectObject.toString()public PrivateLinkConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.