Interface GetRequesterGatewayResponse.Builder

  • Method Details

    • status

      The status of the request.

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

      The status of the request.

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

      The domain name of the requester gateway.

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

      GetRequesterGatewayResponse.Builder description(String description)

      The description of the requester gateway.

      Parameters:
      description - The description of the requester gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp of when the requester gateway was created.

      Parameters:
      createdAt - The timestamp of when the requester gateway was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp of when the requester gateway was updated.

      Parameters:
      updatedAt - The timestamp of when the requester gateway was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The unique identifier of the Virtual Private Cloud (VPC).

      Parameters:
      vpcId - The unique identifier of the Virtual Private Cloud (VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The unique identifiers of the subnets.

      Parameters:
      subnetIds - The unique identifiers of the subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The unique identifiers of the subnets.

      Parameters:
      subnetIds - The unique identifiers of the subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      GetRequesterGatewayResponse.Builder securityGroupIds(Collection<String> securityGroupIds)

      The unique identifiers of the security groups.

      Parameters:
      securityGroupIds - The unique identifiers of the security groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      GetRequesterGatewayResponse.Builder securityGroupIds(String... securityGroupIds)

      The unique identifiers of the security groups.

      Parameters:
      securityGroupIds - The unique identifiers of the security groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayId

      The unique identifier of the gateway.

      Parameters:
      gatewayId - The unique identifier of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of the key-value pairs for the tag or tags assigned to the specified resource.

      Parameters:
      tags - A map of the key-value pairs for the tag or tags assigned to the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeLinksCount

      GetRequesterGatewayResponse.Builder activeLinksCount(Integer activeLinksCount)

      The count of active links for the requester gateway.

      Parameters:
      activeLinksCount - The count of active links for the requester gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalLinksCount

      GetRequesterGatewayResponse.Builder totalLinksCount(Integer totalLinksCount)

      The total count of links for the requester gateway.

      Parameters:
      totalLinksCount - The total count of links for the requester gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.