public static interface ListProductSubscriptionsRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListProductSubscriptionsRequest.Builder,ListProductSubscriptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProductSubscriptionsRequest.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.
|
ListProductSubscriptionsRequest.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.
|
ListProductSubscriptionsRequest.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.
|
default ListProductSubscriptionsRequest.Builder |
identityProvider(Consumer<IdentityProvider.Builder> identityProvider)
An object that specifies details for the identity provider.
|
ListProductSubscriptionsRequest.Builder |
identityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
ListProductSubscriptionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListProductSubscriptionsRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListProductSubscriptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProductSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProductSubscriptionsRequest.Builder |
product(String product)
The name of the user-based subscription product.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProductSubscriptionsRequest.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.
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.ListProductSubscriptionsRequest.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.
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.ListProductSubscriptionsRequest.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.
This is a convenience method 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) ListProductSubscriptionsRequest.Builder identityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider - An object that specifies details for the identity provider.default ListProductSubscriptionsRequest.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider)
An object that specifies details for the identity provider.
This is a convenience method that creates an instance of theIdentityProvider.Builder avoiding the
need to create one manually via IdentityProvider.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identityProvider(IdentityProvider).identityProvider - a consumer that will call methods on IdentityProvider.BuilderidentityProvider(IdentityProvider)ListProductSubscriptionsRequest.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.ListProductSubscriptionsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListProductSubscriptionsRequest.Builder product(String product)
The name of the user-based subscription product.
product - The name of the user-based subscription product.ListProductSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProductSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.