Interface VpcClassicLink.Builder

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

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

    • classicLinkEnabled

      VpcClassicLink.Builder classicLinkEnabled(Boolean classicLinkEnabled)

      Indicates whether the VPC is enabled for ClassicLink.

      Parameters:
      classicLinkEnabled - Indicates whether the VPC is enabled for ClassicLink.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the VPC.

      Parameters:
      tags - Any tags assigned to the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      VpcClassicLink.Builder tags(Tag... tags)

      Any tags assigned to the VPC.

      Parameters:
      tags - Any tags assigned to the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags assigned to the VPC.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcId

      The ID of the VPC.

      Parameters:
      vpcId - The ID of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.