public static interface ListLicenseVersionsRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListLicenseVersionsRequest.Builder,ListLicenseVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseVersionsRequest.Builder |
licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
ListLicenseVersionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseVersionsRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListLicenseVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLicenseVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicenseVersionsRequest.Builder licenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
licenseArn - Amazon Resource Name (ARN) of the license.ListLicenseVersionsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLicenseVersionsRequest.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.ListLicenseVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLicenseVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.