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 items to return in a request.
|
ListContainerRecipesRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
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 items to return in a request.
maxResults - The maximum items to return in a request.ListContainerRecipesRequest.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.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.