Interface UpdateResourceGatewayResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the resource gateway.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the resource gateway.

      Parameters:
      id - The ID of the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      UpdateResourceGatewayResponse.Builder ipAddressType(String ipAddressType)

      The type of IP address used by the resource gateway.

      Parameters:
      ipAddressType - The type of IP address used by the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      The type of IP address used by the resource gateway.

      Parameters:
      ipAddressType - The type of IP address used by the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the resource gateway.

      Parameters:
      name - The name of the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      UpdateResourceGatewayResponse.Builder securityGroupIds(Collection<String> securityGroupIds)

      The IDs of the security groups associated with the resource gateway.

      Parameters:
      securityGroupIds - The IDs of the security groups associated with the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      UpdateResourceGatewayResponse.Builder securityGroupIds(String... securityGroupIds)

      The IDs of the security groups associated with the resource gateway.

      Parameters:
      securityGroupIds - The IDs of the security groups associated with the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the resource gateway.

      Parameters:
      status - The status of the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the resource gateway.

      Parameters:
      status - The status of the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subnetIds

      The IDs of the VPC subnets for the resource gateway.

      Parameters:
      subnetIds - The IDs of the VPC subnets for the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The IDs of the VPC subnets for the resource gateway.

      Parameters:
      subnetIds - The IDs of the VPC subnets for the resource gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The ID of the VPC for the resource gateway.

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