public static interface ListUsageForLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListUsageForLicenseConfigurationRequest.Builder,ListUsageForLicenseConfigurationRequest>
buildoverrideConfigurationcopyapplyMutation, buildListUsageForLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
ARN of the targeted LicenseConfiguration object.
licenseConfigurationArn - ARN of the targeted LicenseConfiguration object.ListUsageForLicenseConfigurationRequest.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.ListUsageForLicenseConfigurationRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListUsageForLicenseConfigurationRequest.Builder filters(Collection<Filter> filters)
List of filters to apply.
filters - List of filters to apply.ListUsageForLicenseConfigurationRequest.Builder filters(Filter... filters)
List of filters to apply.
filters - List of filters to apply.ListUsageForLicenseConfigurationRequest.Builder filters(Consumer<Filter.Builder>... filters)
List of filters to apply.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListUsageForLicenseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListUsageForLicenseConfigurationRequest.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.