Interface ListRequesterGatewaysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRequesterGatewaysResponse.Builder,
,ListRequesterGatewaysResponse> RtbFabricResponse.Builder
,SdkBuilder<ListRequesterGatewaysResponse.Builder,
,ListRequesterGatewaysResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRequesterGatewaysResponse
@Mutable
@NotThreadSafe
public static interface ListRequesterGatewaysResponse.Builder
extends RtbFabricResponse.Builder, SdkPojo, CopyableBuilder<ListRequesterGatewaysResponse.Builder,ListRequesterGatewaysResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayIds
(String... gatewayIds) The unique identifier of the gateways.gatewayIds
(Collection<String> gatewayIds) The unique identifier of the gateways.IfnextToken
is returned, there are more results available.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
-
gatewayIds
The unique identifier of the gateways.
- Parameters:
gatewayIds
- The unique identifier of the gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayIds
The unique identifier of the gateways.
- Parameters:
gatewayIds
- The unique identifier of the gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Parameters:
nextToken
- IfnextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-