public static interface ListContainerRecipesResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListContainerRecipesResponse.Builder,ListContainerRecipesResponse>
Modifier and Type | Method and Description |
---|---|
ListContainerRecipesResponse.Builder |
containerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResponse.Builder |
containerRecipeSummaryList(Consumer<ContainerRecipeSummary.Builder>... containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResponse.Builder |
containerRecipeSummaryList(ContainerRecipeSummary... containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResponse.Builder |
nextToken(String nextToken)
The next token field is used for paginated responses.
|
ListContainerRecipesResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListContainerRecipesResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue
- The request ID that uniquely identifies this request.ListContainerRecipesResponse.Builder containerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
containerRecipeSummaryList
- The list of container recipes returned for the request.ListContainerRecipesResponse.Builder containerRecipeSummaryList(ContainerRecipeSummary... containerRecipeSummaryList)
The list of container recipes returned for the request.
containerRecipeSummaryList
- The list of container recipes returned for the request.ListContainerRecipesResponse.Builder containerRecipeSummaryList(Consumer<ContainerRecipeSummary.Builder>... containerRecipeSummaryList)
The list of container recipes returned for the request.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #containerRecipeSummaryList(List)
.containerRecipeSummaryList
- a consumer that will call methods on List.Builder
#containerRecipeSummaryList(List)
ListContainerRecipesResponse.Builder nextToken(String nextToken)
The next token field is used for paginated responses. When this is not empty, there are additional container recipes that the service has not included in this response. Use this token with the next request to retrieve additional list items.
nextToken
- The next token field is used for paginated responses. When this is not empty, there are additional
container recipes that the service has not included in this response. Use this token with the next
request to retrieve additional list items.