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.
|
build
overrideConfiguration
copy
applyMutation, build
ListLicenseSpecificationsForResourceRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.