Uses of Interface
software.amazon.awssdk.services.datasync.model.PrivateLinkConfig.Builder
-
Packages that use PrivateLinkConfig.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of PrivateLinkConfig.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return PrivateLinkConfig.Builder Modifier and Type Method Description static PrivateLinkConfig.BuilderPrivateLinkConfig. builder()PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. privateLinkEndpoint(String privateLinkEndpoint)Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. securityGroupArns(String... securityGroupArns)Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint.PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. securityGroupArns(Collection<String> securityGroupArns)Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint.PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. subnetArns(String... subnetArns)Specifies the ARN of the subnet where your VPC endpoint is located.PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. subnetArns(Collection<String> subnetArns)Specifies the ARN of the subnet where your VPC endpoint is located.PrivateLinkConfig.BuilderPrivateLinkConfig. toBuilder()PrivateLinkConfig.BuilderPrivateLinkConfig.Builder. vpcEndpointId(String vpcEndpointId)Specifies the ID of the VPC endpoint that your agent connects to.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type PrivateLinkConfig.Builder Modifier and Type Method Description static Class<? extends PrivateLinkConfig.Builder>PrivateLinkConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type PrivateLinkConfig.Builder Modifier and Type Method Description default DescribeAgentResponse.BuilderDescribeAgentResponse.Builder. privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)The network configuration that the agent uses when connecting to a VPC service endpoint.
-