ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
@Generated("software.amazon.awssdk:codegen") public class VpcPeeringConnectionOptionsDescription extends Object implements ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
Describes the VPC peering connection options.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VpcPeeringConnectionOptionsDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowDnsResolutionFromRemoteVpc() |
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from
instances in a peer VPC.
|
Boolean |
allowEgressFromLocalClassicLinkToRemoteVpc() |
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering
connection.
|
Boolean |
allowEgressFromLocalVpcToRemoteClassicLink() |
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering
connection.
|
static VpcPeeringConnectionOptionsDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> |
serializableBuilderClass() |
|
VpcPeeringConnectionOptionsDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Boolean allowDnsResolutionFromRemoteVpc()
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
public Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
public Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
public VpcPeeringConnectionOptionsDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
public static VpcPeeringConnectionOptionsDescription.Builder builder()
public static Class<? extends VpcPeeringConnectionOptionsDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.