Interface ListGatewayGroupsResponse.Builder
-
- All Superinterfaces:
AlexaForBusinessResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListGatewayGroupsResponse.Builder,ListGatewayGroupsResponse>,SdkBuilder<ListGatewayGroupsResponse.Builder,ListGatewayGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGatewayGroupsResponse
public static interface ListGatewayGroupsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListGatewayGroupsResponse.Builder,ListGatewayGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGatewayGroupsResponse.BuildergatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)The gateway groups in the list.ListGatewayGroupsResponse.BuildergatewayGroups(Consumer<GatewayGroupSummary.Builder>... gatewayGroups)The gateway groups in the list.ListGatewayGroupsResponse.BuildergatewayGroups(GatewayGroupSummary... gatewayGroups)The gateway groups in the list.ListGatewayGroupsResponse.BuildernextToken(String nextToken)The token used to paginate though multiple pages of gateway group summaries.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
gatewayGroups
ListGatewayGroupsResponse.Builder gatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)
The gateway groups in the list.
- Parameters:
gatewayGroups- The gateway groups in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayGroups
ListGatewayGroupsResponse.Builder gatewayGroups(GatewayGroupSummary... gatewayGroups)
The gateway groups in the list.
- Parameters:
gatewayGroups- The gateway groups in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayGroups
ListGatewayGroupsResponse.Builder gatewayGroups(Consumer<GatewayGroupSummary.Builder>... gatewayGroups)
The gateway groups in the list.
This is a convenience method that creates an instance of theGatewayGroupSummary.Builderavoiding the need to create one manually viaGatewayGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#gatewayGroups(List.) - Parameters:
gatewayGroups- a consumer that will call methods onGatewayGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#gatewayGroups(java.util.Collection)
-
nextToken
ListGatewayGroupsResponse.Builder nextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
- Parameters:
nextToken- The token used to paginate though multiple pages of gateway group summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-