public static interface PrivateLinkConfig.Builder extends SdkPojo, CopyableBuilder<PrivateLinkConfig.Builder,PrivateLinkConfig>
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConfig.Builder |
privateLinkEndpoint(String privateLinkEndpoint)
Specifies the VPC endpoint provided by Amazon Web Services
PrivateLink that your agent connects to.
|
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 |
securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC
endpoint.
|
PrivateLinkConfig.Builder |
subnetArns(Collection<String> subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig.Builder |
subnetArns(String... subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located.
|
PrivateLinkConfig.Builder |
vpcEndpointId(String vpcEndpointId)
Specifies the ID of the VPC endpoint that your agent connects to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateLinkConfig.Builder vpcEndpointId(String vpcEndpointId)
Specifies the ID of the VPC endpoint that your agent connects to.
vpcEndpointId - Specifies the ID of the VPC endpoint that your agent connects to.PrivateLinkConfig.Builder privateLinkEndpoint(String privateLinkEndpoint)
Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.
privateLinkEndpoint - Specifies the VPC endpoint provided by Amazon Web Services
PrivateLink that your agent connects to.PrivateLinkConfig.Builder subnetArns(Collection<String> subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
subnetArns - Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.PrivateLinkConfig.Builder subnetArns(String... subnetArns)
Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
subnetArns - Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.PrivateLinkConfig.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
securityGroupArns - Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your
VPC endpoint. You can only specify one ARN.PrivateLinkConfig.Builder securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
securityGroupArns - Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your
VPC endpoint. You can only specify one ARN.Copyright © 2023. All rights reserved.