Interface VpcInfoPeeringOptionsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>,SdkBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>,SdkPojo
- Enclosing class:
- VpcInfoPeeringOptionsDetails
public static interface VpcInfoPeeringOptionsDetails.Builder extends SdkPojo, CopyableBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcInfoPeeringOptionsDetails.BuilderallowDnsResolutionFromRemoteVpc(Boolean allowDnsResolutionFromRemoteVpc)Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.VpcInfoPeeringOptionsDetails.BuilderallowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.VpcInfoPeeringOptionsDetails.BuilderallowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
allowDnsResolutionFromRemoteVpc
VpcInfoPeeringOptionsDetails.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.
- Parameters:
allowDnsResolutionFromRemoteVpc- Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowEgressFromLocalClassicLinkToRemoteVpc
VpcInfoPeeringOptionsDetails.Builder allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalClassicLinkToRemoteVpc- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowEgressFromLocalVpcToRemoteClassicLink
VpcInfoPeeringOptionsDetails.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Parameters:
allowEgressFromLocalVpcToRemoteClassicLink- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-