Interface VpcClassicLink.Builder

    • Method Detail

      • 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

        VpcClassicLink.Builder tags​(Collection<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

        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

        VpcClassicLink.Builder tags​(Consumer<Tag.Builder>... 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).

        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:
        #tags(java.util.Collection)
      • vpcId

        VpcClassicLink.Builder vpcId​(String 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.