Interface UpdateLicenseManagerReportGeneratorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLicenseManagerReportGeneratorRequest.Builder,UpdateLicenseManagerReportGeneratorRequest>,LicenseManagerRequest.Builder,SdkBuilder<UpdateLicenseManagerReportGeneratorRequest.Builder,UpdateLicenseManagerReportGeneratorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLicenseManagerReportGeneratorRequest
public static interface UpdateLicenseManagerReportGeneratorRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLicenseManagerReportGeneratorRequest.Builder,UpdateLicenseManagerReportGeneratorRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
licenseManagerReportGeneratorArn
UpdateLicenseManagerReportGeneratorRequest.Builder licenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
Amazon Resource Name (ARN) of the report generator to update.
- Parameters:
licenseManagerReportGeneratorArn- Amazon Resource Name (ARN) of the report generator to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGeneratorName
UpdateLicenseManagerReportGeneratorRequest.Builder reportGeneratorName(String reportGeneratorName)
Name of the report generator.
- Parameters:
reportGeneratorName- Name of the report generator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeWithStrings
UpdateLicenseManagerReportGeneratorRequest.Builder typeWithStrings(Collection<String> type)
Type of reports to generate. The following report types are supported:
-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
- Parameters:
type- Type of reports to generate. The following report types are supported:-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
typeWithStrings
UpdateLicenseManagerReportGeneratorRequest.Builder typeWithStrings(String... type)
Type of reports to generate. The following report types are supported:
-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
- Parameters:
type- Type of reports to generate. The following report types are supported:-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
type
UpdateLicenseManagerReportGeneratorRequest.Builder type(Collection<ReportType> type)
Type of reports to generate. The following report types are supported:
-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
- Parameters:
type- Type of reports to generate. The following report types are supported:-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
type
UpdateLicenseManagerReportGeneratorRequest.Builder type(ReportType... type)
Type of reports to generate. The following report types are supported:
-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
- Parameters:
type- Type of reports to generate. The following report types are supported:-
License configuration report - Reports the number and details of consumed licenses for a license configuration.
-
Resource report - Reports the tracked licenses and resource consumption for a license configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
reportContext
UpdateLicenseManagerReportGeneratorRequest.Builder reportContext(ReportContext reportContext)
The report context.
- Parameters:
reportContext- The report context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportContext
default UpdateLicenseManagerReportGeneratorRequest.Builder reportContext(Consumer<ReportContext.Builder> reportContext)
The report context.
This is a convenience method that creates an instance of theReportContext.Builderavoiding the need to create one manually viaReportContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportContext(ReportContext).- Parameters:
reportContext- a consumer that will call methods onReportContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reportContext(ReportContext)
-
reportFrequency
UpdateLicenseManagerReportGeneratorRequest.Builder reportFrequency(ReportFrequency reportFrequency)
Frequency by which reports are generated.
- Parameters:
reportFrequency- Frequency by which reports are generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportFrequency
default UpdateLicenseManagerReportGeneratorRequest.Builder reportFrequency(Consumer<ReportFrequency.Builder> reportFrequency)
Frequency by which reports are generated.
This is a convenience method that creates an instance of theReportFrequency.Builderavoiding the need to create one manually viaReportFrequency.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportFrequency(ReportFrequency).- Parameters:
reportFrequency- a consumer that will call methods onReportFrequency.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reportFrequency(ReportFrequency)
-
clientToken
UpdateLicenseManagerReportGeneratorRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateLicenseManagerReportGeneratorRequest.Builder description(String description)
Description of the report generator.
- Parameters:
description- Description of the report generator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLicenseManagerReportGeneratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-