Interface ListLicenseManagerReportGeneratorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLicenseManagerReportGeneratorsResponse.Builder,
,ListLicenseManagerReportGeneratorsResponse> LicenseManagerResponse.Builder
,SdkBuilder<ListLicenseManagerReportGeneratorsResponse.Builder,
,ListLicenseManagerReportGeneratorsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLicenseManagerReportGeneratorsResponse
public static interface ListLicenseManagerReportGeneratorsResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseManagerReportGeneratorsResponse.Builder,ListLicenseManagerReportGeneratorsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionToken for the next set of results.reportGenerators
(Collection<ReportGenerator> reportGenerators) A report generator that creates periodic reports about your license configurations.reportGenerators
(Consumer<ReportGenerator.Builder>... reportGenerators) A report generator that creates periodic reports about your license configurations.reportGenerators
(ReportGenerator... reportGenerators) A report generator that creates periodic reports about your license configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
reportGenerators
ListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(Collection<ReportGenerator> reportGenerators) A report generator that creates periodic reports about your license configurations.
- Parameters:
reportGenerators
- A report generator that creates periodic reports about your license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGenerators
ListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(ReportGenerator... reportGenerators) A report generator that creates periodic reports about your license configurations.
- Parameters:
reportGenerators
- A report generator that creates periodic reports about your license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGenerators
ListLicenseManagerReportGeneratorsResponse.Builder reportGenerators(Consumer<ReportGenerator.Builder>... reportGenerators) A report generator that creates periodic reports about your license configurations.
This is a convenience method that creates an instance of theReportGenerator.Builder
avoiding the need to create one manually viaReportGenerator.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreportGenerators(List<ReportGenerator>)
.- Parameters:
reportGenerators
- a consumer that will call methods onReportGenerator.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token for the next set of results.
- Parameters:
nextToken
- Token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-