public static interface ListLinuxSubscriptionInstancesRequest.Builder extends LicenseManagerLinuxSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListLinuxSubscriptionInstancesRequest.Builder,ListLinuxSubscriptionInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionInstancesRequest.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.
|
ListLinuxSubscriptionInstancesRequest.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.
|
ListLinuxSubscriptionInstancesRequest.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.
|
ListLinuxSubscriptionInstancesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLinuxSubscriptionInstancesRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListLinuxSubscriptionInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLinuxSubscriptionInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinuxSubscriptionInstancesRequest.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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine
Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with
an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
ListLinuxSubscriptionInstancesRequest.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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine
Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with
an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
ListLinuxSubscriptionInstancesRequest.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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine
Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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) ListLinuxSubscriptionInstancesRequest.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.ListLinuxSubscriptionInstancesRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLinuxSubscriptionInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLinuxSubscriptionInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.