Interface PeeringConnectionOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>,SdkBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>,SdkPojo
- Enclosing class:
- PeeringConnectionOptions
public static interface PeeringConnectionOptions.Builder extends SdkPojo, CopyableBuilder<PeeringConnectionOptions.Builder,PeeringConnectionOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PeeringConnectionOptions.BuilderallowDnsResolutionFromRemoteVpc(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.BuilderallowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)Deprecated.PeeringConnectionOptions.BuilderallowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)Deprecated.-
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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowEgressFromLocalClassicLinkToRemoteVpc
PeeringConnectionOptions.Builder allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Deprecated.
- Parameters:
allowEgressFromLocalClassicLinkToRemoteVpc- Deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowEgressFromLocalVpcToRemoteClassicLink
PeeringConnectionOptions.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Deprecated.
- Parameters:
allowEgressFromLocalVpcToRemoteClassicLink- Deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-