CopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>, SdkBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>public static interface VpcPeeringConnectionOptionsDescription.Builder extends CopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
| Modifier and Type | Method | Description |
|---|---|---|
VpcPeeringConnectionOptionsDescription.Builder |
allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc) |
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from
instances in a peer VPC.
|
VpcPeeringConnectionOptionsDescription.Builder |
allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc) |
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
VpcPeeringConnectionOptionsDescription.Builder |
allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink) |
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC
peering connection.
|
copyapply, buildVpcPeeringConnectionOptionsDescription.Builder allowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
allowDnsResolutionFromRemoteVpc - Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried
from instances in a peer VPC.VpcPeeringConnectionOptionsDescription.Builder allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
allowEgressFromLocalClassicLinkToRemoteVpc - Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC
peering connection.VpcPeeringConnectionOptionsDescription.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
allowEgressFromLocalVpcToRemoteClassicLink - Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the
VPC peering connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.