| 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)
Specifies the VPC endpoint provided by Amazon Web Services
PrivateLink that your agent connects to.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC
endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC
endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(Collection<String> subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(String... subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.toBuilder() |
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.vpcEndpointId(String vpcEndpointId)
Specifies the ID of the VPC endpoint that your agent connects to.
|
| 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)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
Copyright © 2023. All rights reserved.