Interface InternetGatewayAttachment.Builder

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

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

    • state

      The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

      Parameters:
      state - The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

      Parameters:
      state - The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.
      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.