Class PeeringConnectionOptionsRequest
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.PeeringConnectionOptionsRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PeeringConnectionOptionsRequest.Builder,PeeringConnectionOptionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class PeeringConnectionOptionsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PeeringConnectionOptionsRequest.Builder,PeeringConnectionOptionsRequest>
The VPC peering connection options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePeeringConnectionOptionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowDnsResolutionFromRemoteVpc()If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.BooleanallowEgressFromLocalClassicLinkToRemoteVpc()Deprecated.BooleanallowEgressFromLocalVpcToRemoteClassicLink()Deprecated.static PeeringConnectionOptionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PeeringConnectionOptionsRequest.Builder>serializableBuilderClass()PeeringConnectionOptionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
allowDnsResolutionFromRemoteVpc
public final Boolean allowDnsResolutionFromRemoteVpc()
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
- Returns:
- If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
-
allowEgressFromLocalClassicLinkToRemoteVpc
public final Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Deprecated.
- Returns:
- Deprecated.
-
allowEgressFromLocalVpcToRemoteClassicLink
public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Deprecated.
- Returns:
- Deprecated.
-
toBuilder
public PeeringConnectionOptionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PeeringConnectionOptionsRequest.Builder,PeeringConnectionOptionsRequest>
-
builder
public static PeeringConnectionOptionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PeeringConnectionOptionsRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-