public static interface ListAssociationsForLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssociationsForLicenseConfigurationRequest.Builder,ListAssociationsForLicenseConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsForLicenseConfigurationRequest.Builder |
licenseConfigurationArn(String licenseConfigurationArn)
ARN of a
LicenseConfiguration object. |
ListAssociationsForLicenseConfigurationRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListAssociationsForLicenseConfigurationRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListAssociationsForLicenseConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociationsForLicenseConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildListAssociationsForLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
ARN of a LicenseConfiguration object.
licenseConfigurationArn - ARN of a LicenseConfiguration object.ListAssociationsForLicenseConfigurationRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.
maxResults - Maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value.ListAssociationsForLicenseConfigurationRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListAssociationsForLicenseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.