public static interface ListContainerRecipesRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListContainerRecipesRequest.Builder,ListContainerRecipesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContainerRecipesRequest.Builder |
filters(Collection<Filter> filters)
Use the following filters to streamline results:
|
ListContainerRecipesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Use the following filters to streamline results:
|
ListContainerRecipesRequest.Builder |
filters(Filter... filters)
Use the following filters to streamline results:
|
ListContainerRecipesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the list.
|
ListContainerRecipesRequest.Builder |
nextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set
reaches the maximum for one request.
|
ListContainerRecipesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContainerRecipesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContainerRecipesRequest.Builder |
owner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
ListContainerRecipesRequest.Builder |
owner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContainerRecipesRequest.Builder owner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
owner - Returns container recipes belonging to the specified owner, that have been shared with you. You can
omit this field to return container recipes belonging to your account.Ownership,
OwnershipListContainerRecipesRequest.Builder owner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
owner - Returns container recipes belonging to the specified owner, that have been shared with you. You can
omit this field to return container recipes belonging to your account.Ownership,
OwnershipListContainerRecipesRequest.Builder filters(Collection<Filter> filters)
Use the following filters to streamline results:
containerType
name
parentImage
platform
filters - Use the following filters to streamline results:
containerType
name
parentImage
platform
ListContainerRecipesRequest.Builder filters(Filter... filters)
Use the following filters to streamline results:
containerType
name
parentImage
platform
filters - Use the following filters to streamline results:
containerType
name
parentImage
platform
ListContainerRecipesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Use the following filters to streamline results:
containerType
name
parentImage
platform
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListContainerRecipesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults - The maximum number of results to return in the list.ListContainerRecipesRequest.Builder nextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
nextToken - Provides a token for pagination, which determines where to begin the next set of results when the
current set reaches the maximum for one request.ListContainerRecipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContainerRecipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.