Interface ListUserAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUserAssociationsRequest.Builder,,ListUserAssociationsRequest> LicenseManagerUserSubscriptionsRequest.Builder,SdkBuilder<ListUserAssociationsRequest.Builder,,ListUserAssociationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListUserAssociationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<Filter> filters) You can use the following filters to streamline results:filters(Consumer<Filter.Builder>... filters) You can use the following filters to streamline results:You can use the following filters to streamline results:identityProvider(Consumer<IdentityProvider.Builder> identityProvider) An object that specifies details for the identity provider.identityProvider(IdentityProvider identityProvider) An object that specifies details for the identity provider.instanceId(String instanceId) The ID of the EC2 instance, which provides user-based subscriptions.maxResults(Integer maxResults) The maximum number of results to return from a single request.A token to specify where to start paginating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filters
You can use the following filters to streamline results:
-
Status
-
Username
-
Domain
- Parameters:
filters- You can use the following filters to streamline results:-
Status
-
Username
-
Domain
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
You can use the following filters to streamline results:
-
Status
-
Username
-
Domain
- Parameters:
filters- You can use the following filters to streamline results:-
Status
-
Username
-
Domain
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
You can use the following filters to streamline results:
-
Status
-
Username
-
Domain
Filter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<Filter>).- Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
identityProvider
An object that specifies details for the identity provider.
- Parameters:
identityProvider- An object that specifies details for the identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProvider
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.Builderavoiding the need to create one manually viaIdentityProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProvider(IdentityProvider).- Parameters:
identityProvider- a consumer that will call methods onIdentityProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceId
The ID of the EC2 instance, which provides user-based subscriptions.
- Parameters:
instanceId- The ID of the EC2 instance, which provides user-based subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return from a single request.
- Parameters:
maxResults- The maximum number of results to return from a single request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
- Parameters:
nextToken- A token to specify where to start paginating. This is the nextToken from a previously truncated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUserAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListUserAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-