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 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.
|
copyapplyMutation, buildPeeringConnectionOptions.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 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 © 2018. All rights reserved.