public static interface ListUsageForLicenseConfigurationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListUsageForLicenseConfigurationRequest.Builder,ListUsageForLicenseConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsageForLicenseConfigurationRequest.Builder licenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.ListUsageForLicenseConfigurationRequest.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.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)
Filters to scope the results. The following filters and logical operators are supported:
resourceArn - The ARN of the license configuration resource. Logical operators are
EQUALS | NOT_EQUALS.
resourceType - The resource type (EC2_INSTANCE | EC2_HOST |
EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are
EQUALS | NOT_EQUALS.
resourceAccount - The ID of the account that owns the resource. Logical operators are
EQUALS | NOT_EQUALS.
filters - Filters to scope the results. The following filters and logical operators are supported:
resourceArn - The ARN of the license configuration resource. Logical operators are
EQUALS | NOT_EQUALS.
resourceType - The resource type (EC2_INSTANCE | EC2_HOST |
EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are
EQUALS | NOT_EQUALS.
resourceAccount - The ID of the account that owns the resource. Logical operators are
EQUALS | NOT_EQUALS.
ListUsageForLicenseConfigurationRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters and logical operators are supported:
resourceArn - The ARN of the license configuration resource. Logical operators are
EQUALS | NOT_EQUALS.
resourceType - The resource type (EC2_INSTANCE | EC2_HOST |
EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are
EQUALS | NOT_EQUALS.
resourceAccount - The ID of the account that owns the resource. Logical operators are
EQUALS | NOT_EQUALS.
filters - Filters to scope the results. The following filters and logical operators are supported:
resourceArn - The ARN of the license configuration resource. Logical operators are
EQUALS | NOT_EQUALS.
resourceType - The resource type (EC2_INSTANCE | EC2_HOST |
EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are
EQUALS | NOT_EQUALS.
resourceAccount - The ID of the account that owns the resource. Logical operators are
EQUALS | NOT_EQUALS.
ListUsageForLicenseConfigurationRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters and logical operators are supported:
resourceArn - The ARN of the license configuration resource. Logical operators are
EQUALS | NOT_EQUALS.
resourceType - The resource type (EC2_INSTANCE | EC2_HOST |
EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are
EQUALS | NOT_EQUALS.
resourceAccount - The ID of the account that owns the resource. Logical operators are
EQUALS | NOT_EQUALS.
List.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)
overrideConfiguration in interface AwsRequest.BuilderListUsageForLicenseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.