Interface ListProductSubscriptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProductSubscriptionsRequest.Builder,ListProductSubscriptionsRequest>,LicenseManagerUserSubscriptionsRequest.Builder,SdkBuilder<ListProductSubscriptionsRequest.Builder,ListProductSubscriptionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProductSubscriptionsRequest
public static interface ListProductSubscriptionsRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListProductSubscriptionsRequest.Builder,ListProductSubscriptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListProductSubscriptionsRequest.Builderfilters(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.Builderfilters(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.Builderfilters(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.BuilderidentityProvider(Consumer<IdentityProvider.Builder> identityProvider)An object that specifies details for the identity provider.ListProductSubscriptionsRequest.BuilderidentityProvider(IdentityProvider identityProvider)An object that specifies details for the identity provider.ListProductSubscriptionsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to return in a single call.ListProductSubscriptionsRequest.BuildernextToken(String nextToken)Token for the next set of results.ListProductSubscriptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProductSubscriptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProductSubscriptionsRequest.Builderproduct(String product)The name of the user-based subscription product.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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 theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - 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:
#filters(java.util.Collection)
-
identityProvider
ListProductSubscriptionsRequest.Builder identityProvider(IdentityProvider 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 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.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:
identityProvider(IdentityProvider)
-
maxResults
ListProductSubscriptionsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call.
- Parameters:
maxResults- Maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProductSubscriptionsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
- Parameters:
nextToken- Token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
product
ListProductSubscriptionsRequest.Builder product(String product)
The name of the user-based subscription product.
- Parameters:
product- The name of the user-based subscription product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProductSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProductSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-