Interface GetIntegrationsResponse.Builder
- All Superinterfaces:
ApiGatewayV2Response.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIntegrationsResponse.Builder,
,GetIntegrationsResponse> SdkBuilder<GetIntegrationsResponse.Builder,
,GetIntegrationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIntegrationsResponse
public static interface GetIntegrationsResponse.Builder
extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetIntegrationsResponse.Builder,GetIntegrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<Integration> items) The elements from this collection.items
(Consumer<Integration.Builder>... items) The elements from this collection.items
(Integration... items) The elements from this collection.The next page of elements from this collection.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response.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 Details
-
items
The elements from this collection.
- Parameters:
items
- The elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The elements from this collection.
- Parameters:
items
- The elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The elements from this collection.
This is a convenience method that creates an instance of theIntegration.Builder
avoiding the need to create one manually viaIntegration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<Integration>)
.- Parameters:
items
- a consumer that will call methods onIntegration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next page of elements from this collection. Not valid for the last element of the collection.
- Parameters:
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-