public static interface ListImageRecipesRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListImageRecipesRequest.Builder,ListImageRecipesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListImageRecipesRequest.Builder owner(String owner)
The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.
owner
- The owner defines which image recipes you want to list. By default, this request will only show image
recipes owned by your account. You can use this field to specify if you want to view image recipes
owned by yourself, by Amazon, or those image recipes that have been shared with you by other
customers.Ownership
,
Ownership
ListImageRecipesRequest.Builder owner(Ownership owner)
The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.
owner
- The owner defines which image recipes you want to list. By default, this request will only show image
recipes owned by your account. You can use this field to specify if you want to view image recipes
owned by yourself, by Amazon, or those image recipes that have been shared with you by other
customers.Ownership
,
Ownership
ListImageRecipesRequest.Builder filters(Collection<Filter> filters)
The filters.
filters
- The filters.ListImageRecipesRequest.Builder filters(Filter... filters)
The filters.
filters
- The filters.ListImageRecipesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
ListImageRecipesRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.ListImageRecipesRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated
response.ListImageRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListImageRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.