| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static PrivateLinkConfig.Builder |
PrivateLinkConfig.builder() |
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.privateLinkEndpoint(String privateLinkEndpoint)
Sets the value of the PrivateLinkEndpoint property for this object.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(Collection<String> securityGroupArns)
Sets the value of the SecurityGroupArns property for this object.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(String... securityGroupArns)
Sets the value of the SecurityGroupArns property for this object.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(Collection<String> subnetArns)
Sets the value of the SubnetArns property for this object.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(String... subnetArns)
Sets the value of the SubnetArns property for this object.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrivateLinkConfig.Builder> |
PrivateLinkConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)
Sets the value of the PrivateLinkConfig property for this object.
|
Copyright © 2019. All rights reserved.