public static interface PeeringConnectionOptions.Builder extends SdkPojo, CopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>
Modifier and Type | Method and Description |
---|---|
PeeringConnectionOptions.Builder |
allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when
queried from instances in the peer VPC.
|
PeeringConnectionOptions.Builder |
allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using
ClassicLink to instances in a peer VPC.
|
PeeringConnectionOptions.Builder |
allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's
linked to a peer VPC using ClassicLink.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PeeringConnectionOptions.Builder allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.
allowDnsResolutionFromRemoteVpc
- If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses
when queried from instances in the peer VPC.PeeringConnectionOptions.Builder allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.
allowEgressFromLocalClassicLinkToRemoteVpc
- If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC
using ClassicLink to instances in a peer VPC.PeeringConnectionOptions.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.
allowEgressFromLocalVpcToRemoteClassicLink
- If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance
that's linked to a peer VPC using ClassicLink.Copyright © 2023. All rights reserved.