public static interface ListImageRecipesRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListImageRecipesRequest.Builder,ListImageRecipesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImageRecipesRequest.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,
OwnershipListImageRecipesRequest.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,
OwnershipListImageRecipesRequest.Builder filters(Collection<Filter> filters)
Use the following filters to streamline results:
name
parentImage
platform
filters - Use the following filters to streamline results:
name
parentImage
platform
ListImageRecipesRequest.Builder filters(Filter... filters)
Use the following filters to streamline results:
name
parentImage
platform
filters - Use the following filters to streamline results:
name
parentImage
platform
ListImageRecipesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Use the following filters to streamline results:
name
parentImage
platform
List.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)
overrideConfiguration in interface AwsRequest.BuilderListImageRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.