public static interface PrivateLinkConfig.Builder extends SdkPojo, CopyableBuilder<PrivateLinkConfig.Builder,PrivateLinkConfig>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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 |
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 |
vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that is configured for an agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateLinkConfig.Builder vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public Internet.
vpcEndpointId - The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC
endpoint will not be accessible over the public Internet.PrivateLinkConfig.Builder privateLinkEndpoint(String privateLinkEndpoint)
The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public Internet.
privateLinkEndpoint - The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An
agent that is configured with this endpoint will not be accessible over the public Internet.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.
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 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.
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 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.
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 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.
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.Copyright © 2020. All rights reserved.