Interface GetIntegrationResponsesResponse.Builder
-
- All Superinterfaces:
ApiGatewayV2Response.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetIntegrationResponsesResponse.Builder,GetIntegrationResponsesResponse>,SdkBuilder<GetIntegrationResponsesResponse.Builder,GetIntegrationResponsesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIntegrationResponsesResponse
public static interface GetIntegrationResponsesResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponsesResponse.Builder,GetIntegrationResponsesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntegrationResponsesResponse.Builderitems(Collection<IntegrationResponse> items)The elements from this collection.GetIntegrationResponsesResponse.Builderitems(Consumer<IntegrationResponse.Builder>... items)The elements from this collection.GetIntegrationResponsesResponse.Builderitems(IntegrationResponse... items)The elements from this collection.GetIntegrationResponsesResponse.BuildernextToken(String nextToken)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 Detail
-
items
GetIntegrationResponsesResponse.Builder items(Collection<IntegrationResponse> 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
GetIntegrationResponsesResponse.Builder items(IntegrationResponse... 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
GetIntegrationResponsesResponse.Builder items(Consumer<IntegrationResponse.Builder>... items)
The elements from this collection.
This is a convenience method that creates an instance of theIntegrationResponse.Builderavoiding the need to create one manually viaIntegrationResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onIntegrationResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
GetIntegrationResponsesResponse.Builder nextToken(String 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.
-
-