Interface GetResourceGatewayResponse.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.
    • createdAt

      The date and time that the resource gateway was created, in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the resource gateway was created, in ISO-8601 format.
      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

      GetResourceGatewayResponse.Builder ipAddressType(String ipAddressType)

      The type of IP address for the resource gateway.

      Parameters:
      ipAddressType - The type of IP address for 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 for the resource gateway.

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

      GetResourceGatewayResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The date and time that the resource gateway was last updated, in ISO-8601 format.

      Parameters:
      lastUpdatedAt - The date and time that the resource gateway was last updated, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      GetResourceGatewayResponse.Builder securityGroupIds(Collection<String> securityGroupIds)

      The security group IDs associated with the resource gateway.

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

      GetResourceGatewayResponse.Builder securityGroupIds(String... securityGroupIds)

      The security group IDs associated with the resource gateway.

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

      The status for the resource gateway.

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

      The status for the resource gateway.

      Parameters:
      status - The status for 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 resource gateway.

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

      GetResourceGatewayResponse.Builder subnetIds(String... subnetIds)

      The IDs of the VPC subnets for resource gateway.

      Parameters:
      subnetIds - The IDs of the VPC subnets for 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.