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 Details

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