Interface GetRequesterGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRequesterGatewayResponse.Builder,
,GetRequesterGatewayResponse> RtbFabricResponse.Builder
,SdkBuilder<GetRequesterGatewayResponse.Builder,
,GetRequesterGatewayResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRequesterGatewayResponse
-
Method Summary
Modifier and TypeMethodDescriptionactiveLinksCount
(Integer activeLinksCount) The count of active links for the requester gateway.The timestamp of when the requester gateway was created.description
(String description) The description of the requester gateway.domainName
(String domainName) The domain name of the requester gateway.The unique identifier of the gateway.securityGroupIds
(String... securityGroupIds) The unique identifiers of the security groups.securityGroupIds
(Collection<String> securityGroupIds) The unique identifiers of the security groups.The status of the request.status
(RequesterGatewayStatus status) The status of the request.The unique identifiers of the subnets.subnetIds
(Collection<String> subnetIds) The unique identifiers of the subnets.A map of the key-value pairs for the tag or tags assigned to the specified resource.totalLinksCount
(Integer totalLinksCount) The total count of links for the requester gateway.The timestamp of when the requester gateway was updated.The unique identifier of the Virtual Private Cloud (VPC).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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
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
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
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.
-