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)
Add an optional request override configuration.
|
ListContainerRecipesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListContainerRecipesRequest.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
,
Ownership
ListContainerRecipesRequest.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
,
Ownership
ListContainerRecipesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListContainerRecipesRequest.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.