public static interface ListLicenseSpecificationsForResourceRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListLicenseSpecificationsForResourceRequest.Builder,ListLicenseSpecificationsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseSpecificationsForResourceRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseSpecificationsForResourceRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListLicenseSpecificationsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListLicenseSpecificationsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListLicenseSpecificationsForResourceRequest.Builder |
resourceArn(String resourceArn)
ARN of an AMI or Amazon EC2 instance that has an associated license configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListLicenseSpecificationsForResourceRequest.Builder resourceArn(String resourceArn)
ARN of an AMI or Amazon EC2 instance that has an associated license configuration.
resourceArn - ARN of an AMI or Amazon EC2 instance that has an associated license configuration.ListLicenseSpecificationsForResourceRequest.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.ListLicenseSpecificationsForResourceRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.