Interface ListAssociationsForLicenseConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssociationsForLicenseConfigurationRequest.Builder,ListAssociationsForLicenseConfigurationRequest>,LicenseManagerRequest.Builder,SdkBuilder<ListAssociationsForLicenseConfigurationRequest.Builder,ListAssociationsForLicenseConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssociationsForLicenseConfigurationRequest
public static interface ListAssociationsForLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssociationsForLicenseConfigurationRequest.Builder,ListAssociationsForLicenseConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociationsForLicenseConfigurationRequest.BuilderlicenseConfigurationArn(String licenseConfigurationArn)Amazon Resource Name (ARN) of a license configuration.ListAssociationsForLicenseConfigurationRequest.BuildermaxResults(Integer maxResults)Maximum number of results to return in a single call.ListAssociationsForLicenseConfigurationRequest.BuildernextToken(String nextToken)Token for the next set of results.ListAssociationsForLicenseConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociationsForLicenseConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.licensemanager.model.LicenseManagerRequest.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
-
licenseConfigurationArn
ListAssociationsForLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of a license configuration.
- Parameters:
licenseConfigurationArn- Amazon Resource Name (ARN) of a license configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssociationsForLicenseConfigurationRequest.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
ListAssociationsForLicenseConfigurationRequest.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.
-
overrideConfiguration
ListAssociationsForLicenseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssociationsForLicenseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-