Interface ListFunctionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFunctionsResponse.Builder,,ListFunctionsResponse> MediaTailorResponse.Builder,SdkBuilder<ListFunctionsResponse.Builder,,ListFunctionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFunctionsResponse
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<Function> items) A list of functions associated with your account in the current Region.items(Consumer<Function.Builder>... items) A list of functions associated with your account in the current Region.A list of functions associated with your account in the current Region.Pagination token returned by the list request when results exceed the maximum allowed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
A list of functions associated with your account in the current Region.
- Parameters:
items- A list of functions associated with your account in the current Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of functions associated with your account in the current Region.
- Parameters:
items- A list of functions associated with your account in the current Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of functions associated with your account in the current Region.
This is a convenience method that creates an instance of theFunction.Builderavoiding the need to create one manually viaFunction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<Function>).- Parameters:
items- a consumer that will call methods onFunction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
For the first
ListFunctionsrequest, omit this value. For subsequent requests, get the value ofNextTokenfrom the previous response and specify that value forNextTokenin the request. Continue making requests until the response no longer includes aNextTokenvalue, which indicates that all results have been retrieved.- Parameters:
nextToken- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.For the first
ListFunctionsrequest, omit this value. For subsequent requests, get the value ofNextTokenfrom the previous response and specify that value forNextTokenin the request. Continue making requests until the response no longer includes aNextTokenvalue, which indicates that all results have been retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-