Interface VpcPeeringConnectionOptionsDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>, SdkBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>, SdkPojo
Enclosing class:
VpcPeeringConnectionOptionsDescription

public static interface VpcPeeringConnectionOptionsDescription.Builder extends SdkPojo, CopyableBuilder<VpcPeeringConnectionOptionsDescription.Builder,VpcPeeringConnectionOptionsDescription>
  • Method Details

    • allowDnsResolutionFromRemoteVpc

      VpcPeeringConnectionOptionsDescription.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

      VpcPeeringConnectionOptionsDescription.Builder allowEgressFromLocalClassicLinkToRemoteVpc(Boolean allowEgressFromLocalClassicLinkToRemoteVpc)

      Deprecated.

      Parameters:
      allowEgressFromLocalClassicLinkToRemoteVpc - Deprecated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowEgressFromLocalVpcToRemoteClassicLink

      VpcPeeringConnectionOptionsDescription.Builder allowEgressFromLocalVpcToRemoteClassicLink(Boolean allowEgressFromLocalVpcToRemoteClassicLink)

      Deprecated.

      Parameters:
      allowEgressFromLocalVpcToRemoteClassicLink - Deprecated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.