Interface UpdateGatewayInstanceResponse.Builder

  • Method Details

    • bridgePlacement

      UpdateGatewayInstanceResponse.Builder bridgePlacement(String bridgePlacement)

      The state of the instance. ACTIVE or INACTIVE.

      Parameters:
      bridgePlacement - The state of the instance. ACTIVE or INACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • bridgePlacement

      UpdateGatewayInstanceResponse.Builder bridgePlacement(BridgePlacement bridgePlacement)

      The state of the instance. ACTIVE or INACTIVE.

      Parameters:
      bridgePlacement - The state of the instance. ACTIVE or INACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • gatewayInstanceArn

      UpdateGatewayInstanceResponse.Builder gatewayInstanceArn(String gatewayInstanceArn)

      The ARN of the instance that was updated.

      Parameters:
      gatewayInstanceArn - The ARN of the instance that was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.