public static interface ListLinuxSubscriptionsRequest.Builder extends LicenseManagerLinuxSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListLinuxSubscriptionsRequest.Builder,ListLinuxSubscriptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionsRequest.Builder |
filters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListLinuxSubscriptionsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListLinuxSubscriptionsRequest.Builder |
filters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListLinuxSubscriptionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLinuxSubscriptionsRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListLinuxSubscriptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLinuxSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinuxSubscriptionsRequest.Builder filters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription with
an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
ListLinuxSubscriptionsRequest.Builder filters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription with
an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
ListLinuxSubscriptionsRequest.Builder filters(Consumer<Filter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription with
an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
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) ListLinuxSubscriptionsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.ListLinuxSubscriptionsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLinuxSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLinuxSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.