public static interface ListLicenseConfigurationsRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListLicenseConfigurationsRequest.Builder,ListLicenseConfigurationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicenseConfigurationsRequest.Builder licenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
licenseConfigurationArns - Amazon Resource Names (ARN) of the license configurations.ListLicenseConfigurationsRequest.Builder licenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Names (ARN) of the license configurations.
licenseConfigurationArns - Amazon Resource Names (ARN) of the license configurations.ListLicenseConfigurationsRequest.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.ListLicenseConfigurationsRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListLicenseConfigurationsRequest.Builder filters(Collection<Filter> filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension for which licenses are counted. Possible values are
vCPU | Instance | Core | Socket. Logical operators are
EQUALS | NOT_EQUALS.
enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS | NOT_EQUALS.
usagelimitExceeded - A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS | NOT_EQUALS.
filters - Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension for which licenses are counted. Possible values are
vCPU | Instance | Core | Socket. Logical operators
are EQUALS | NOT_EQUALS.
enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS | NOT_EQUALS.
usagelimitExceeded - A Boolean value that indicates whether the available licenses have
been exceeded. Logical operators are EQUALS | NOT_EQUALS.
ListLicenseConfigurationsRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension for which licenses are counted. Possible values are
vCPU | Instance | Core | Socket. Logical operators are
EQUALS | NOT_EQUALS.
enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS | NOT_EQUALS.
usagelimitExceeded - A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS | NOT_EQUALS.
filters - Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension for which licenses are counted. Possible values are
vCPU | Instance | Core | Socket. Logical operators
are EQUALS | NOT_EQUALS.
enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is
used. Logical operators are EQUALS | NOT_EQUALS.
usagelimitExceeded - A Boolean value that indicates whether the available licenses have
been exceeded. Logical operators are EQUALS | NOT_EQUALS.
ListLicenseConfigurationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension for which licenses are counted. Possible values are
vCPU | Instance | Core | Socket. Logical operators are
EQUALS | NOT_EQUALS.
enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used.
Logical operators are EQUALS | NOT_EQUALS.
usagelimitExceeded - A Boolean value that indicates whether the available licenses have been
exceeded. Logical operators are EQUALS | NOT_EQUALS.
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListLicenseConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLicenseConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.