public static interface PrivateLinkConfig.Builder extends SdkPojo, CopyableBuilder<PrivateLinkConfig.Builder,PrivateLinkConfig>
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConfig.Builder |
privateLinkEndpoint(String privateLinkEndpoint)
Sets the value of the PrivateLinkEndpoint property for this object.
|
PrivateLinkConfig.Builder |
securityGroupArns(Collection<String> securityGroupArns)
Sets the value of the SecurityGroupArns property for this object.
|
PrivateLinkConfig.Builder |
securityGroupArns(String... securityGroupArns)
Sets the value of the SecurityGroupArns property for this object.
|
PrivateLinkConfig.Builder |
subnetArns(Collection<String> subnetArns)
Sets the value of the SubnetArns property for this object.
|
PrivateLinkConfig.Builder |
subnetArns(String... subnetArns)
Sets the value of the SubnetArns property for this object.
|
copyapplyMutation, buildPrivateLinkConfig.Builder privateLinkEndpoint(String privateLinkEndpoint)
privateLinkEndpoint - The new value for the PrivateLinkEndpoint property for this object.PrivateLinkConfig.Builder subnetArns(Collection<String> subnetArns)
subnetArns - The new value for the SubnetArns property for this object.PrivateLinkConfig.Builder subnetArns(String... subnetArns)
subnetArns - The new value for the SubnetArns property for this object.PrivateLinkConfig.Builder securityGroupArns(Collection<String> securityGroupArns)
securityGroupArns - The new value for the SecurityGroupArns property for this object.PrivateLinkConfig.Builder securityGroupArns(String... securityGroupArns)
securityGroupArns - The new value for the SecurityGroupArns property for this object.Copyright © 2019. All rights reserved.