| 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)
The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts
an agent activated in a VPC or an agent that has access to a VPC endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts
an agent activated in a VPC or an agent that has access to a VPC endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(Collection<String> subnetArns)
The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an
agent that has access to a VPC endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.subnetArns(String... subnetArns)
The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an
agent that has access to a VPC endpoint.
|
PrivateLinkConfig.Builder |
PrivateLinkConfig.toBuilder() |
PrivateLinkConfig.Builder |
PrivateLinkConfig.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that is configured for an agent.
|
| 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 © 2022. All rights reserved.