public static interface ListInfrastructureConfigurationsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListInfrastructureConfigurationsRequest.Builder,ListInfrastructureConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInfrastructureConfigurationsRequest.Builder |
filters(Collection<Filter> filters)
You can filter on
name to streamline results. |
ListInfrastructureConfigurationsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
You can filter on
name to streamline results. |
ListInfrastructureConfigurationsRequest.Builder |
filters(Filter... filters)
You can filter on
name to streamline results. |
ListInfrastructureConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum items to return in a request.
|
ListInfrastructureConfigurationsRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListInfrastructureConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInfrastructureConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInfrastructureConfigurationsRequest.Builder filters(Collection<Filter> filters)
You can filter on name to streamline results.
filters - You can filter on name to streamline results.ListInfrastructureConfigurationsRequest.Builder filters(Filter... filters)
You can filter on name to streamline results.
filters - You can filter on name to streamline results.ListInfrastructureConfigurationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
You can filter on name to streamline results.
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) ListInfrastructureConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
maxResults - The maximum items to return in a request.ListInfrastructureConfigurationsRequest.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.ListInfrastructureConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInfrastructureConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.