Interface GetApisResponse.Builder
- All Superinterfaces:
- ApiGatewayV2Response.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetApisResponse.Builder,,- GetApisResponse> - SdkBuilder<GetApisResponse.Builder,,- GetApisResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetApisResponse
@Mutable
@NotThreadSafe
public static interface GetApisResponse.Builder
extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetApisResponse.Builder,GetApisResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionitems(Collection<Api> items) The elements from this collection.items(Consumer<Api.Builder>... items) The elements from this collection.The elements from this collection.The next page of elements from this collection.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
itemsThe 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.
 
- 
itemsThe 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.
 
- 
itemsThe elements from this collection. This is a convenience method that creates an instance of theApi.Builderavoiding the need to create one manually viaApi.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<Api>).- Parameters:
- items- a consumer that will call methods on- Api.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
 
-