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)
Deprecated.
|
PeeringConnectionOptions.Builder |
allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Deprecated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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)
Deprecated.
allowEgressFromLocalClassicLinkToRemoteVpc - Deprecated.PeeringConnectionOptions.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Deprecated.
allowEgressFromLocalVpcToRemoteClassicLink - Deprecated.Copyright © 2023. All rights reserved.