CopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>, SdkBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>public static interface PeeringConnectionOptions.Builder extends CopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>
| Modifier and Type | Method | Description |
|---|---|---|
PeeringConnectionOptions.Builder |
allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc) |
If true, enables a local VPC to resolve public DNS hostnames 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 via
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 via ClassicLink.
|
copyapply, buildPeeringConnectionOptions.Builder allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
allowDnsResolutionFromRemoteVpc - If true, enables a local VPC to resolve public DNS hostnames 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 via 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 via
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 via 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 via ClassicLink.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.