Interface ListImageRecipesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListImageRecipesResponse.Builder,
,ListImageRecipesResponse> ImagebuilderResponse.Builder
,SdkBuilder<ListImageRecipesResponse.Builder,
,ListImageRecipesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListImageRecipesResponse
-
Method Summary
Modifier and TypeMethodDescriptionimageRecipeSummaryList
(Collection<ImageRecipeSummary> imageRecipeSummaryList) A list ofImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.imageRecipeSummaryList
(Consumer<ImageRecipeSummary.Builder>... imageRecipeSummaryList) A list ofImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.imageRecipeSummaryList
(ImageRecipeSummary... imageRecipeSummaryList) A list ofImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.The next token used for paginated responses.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue
- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipeSummaryList
ListImageRecipesResponse.Builder imageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList) A list of
ImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.- Parameters:
imageRecipeSummaryList
- A list ofImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipeSummaryList
ListImageRecipesResponse.Builder imageRecipeSummaryList(ImageRecipeSummary... imageRecipeSummaryList) A list of
ImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.- Parameters:
imageRecipeSummaryList
- A list ofImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipeSummaryList
ListImageRecipesResponse.Builder imageRecipeSummaryList(Consumer<ImageRecipeSummary.Builder>... imageRecipeSummaryList) A list of
This is a convenience method that creates an instance of theImageRecipeSummary
objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.ImageRecipeSummary.Builder
avoiding the need to create one manually viaImageRecipeSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageRecipeSummaryList(List<ImageRecipeSummary>)
.- Parameters:
imageRecipeSummaryList
- a consumer that will call methods onImageRecipeSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-