public static interface ListUserAssociationsRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListUserAssociationsRequest.Builder,ListUserAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUserAssociationsRequest.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.
|
ListUserAssociationsRequest.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.
|
ListUserAssociationsRequest.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 ListUserAssociationsRequest.Builder |
identityProvider(Consumer<IdentityProvider.Builder> identityProvider)
An object that specifies details for the identity provider.
|
ListUserAssociationsRequest.Builder |
identityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
|
ListUserAssociationsRequest.Builder |
instanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
|
ListUserAssociationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListUserAssociationsRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListUserAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUserAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUserAssociationsRequest.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.ListUserAssociationsRequest.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.ListUserAssociationsRequest.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 theFilter.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) ListUserAssociationsRequest.Builder identityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider - An object that specifies details for the identity provider.default ListUserAssociationsRequest.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)ListUserAssociationsRequest.Builder instanceId(String instanceId)
The ID of the EC2 instance, which provides user-based subscriptions.
instanceId - The ID of the EC2 instance, which provides user-based subscriptions.ListUserAssociationsRequest.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.ListUserAssociationsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListUserAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUserAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.