Interface ClientVpcConnection.Builder

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

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

    • authentication

      ClientVpcConnection.Builder authentication(String authentication)

      Information about the auth scheme of Vpc Connection.

      Parameters:
      authentication -

      Information about the auth scheme of Vpc Connection.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      ClientVpcConnection.Builder creationTime(Instant creationTime)

      Creation time of the Vpc Connection.

      Parameters:
      creationTime -

      Creation time of the Vpc Connection.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      State of the Vpc Connection.

      Parameters:
      state -

      State of the Vpc Connection.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      State of the Vpc Connection.

      Parameters:
      state -

      State of the Vpc Connection.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcConnectionArn

      ClientVpcConnection.Builder vpcConnectionArn(String vpcConnectionArn)

      The ARN that identifies the Vpc Connection.

      Parameters:
      vpcConnectionArn -

      The ARN that identifies the Vpc Connection.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owner

      The Owner of the Vpc Connection.

      Parameters:
      owner -

      The Owner of the Vpc Connection.

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