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)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest.Builder |
filters(Filter... filters)
Request filters that are used to narrow the list of container images that are returned.
|
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)
Request filters that are used to narrow the list of container images that are returned.
filters - Request filters that are used to narrow the list of container images that are returned.ListContainerRecipesRequest.Builder filters(Filter... filters)
Request filters that are used to narrow the list of container images that are returned.
filters - Request filters that are used to narrow the list of container images that are returned.ListContainerRecipesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Request filters that are used to narrow the list of container images that are returned.
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) 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 © 2021. All rights reserved.