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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLicenseManagerReportGeneratorsResponse.BuildernextToken(String nextToken)Token for the next set of results.ListLicenseManagerReportGeneratorsResponse.BuilderreportGenerators(Collection<ReportGenerator> reportGenerators)A report generator that creates periodic reports about your license configurations.ListLicenseManagerReportGeneratorsResponse.BuilderreportGenerators(Consumer<ReportGenerator.Builder>... reportGenerators)A report generator that creates periodic reports about your license configurations.ListLicenseManagerReportGeneratorsResponse.BuilderreportGenerators(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 Detail
-
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.Builderavoiding the need to create one manually viaReportGenerator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#reportGenerators(List.) - 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:
#reportGenerators(java.util.Collection)
-
nextToken
ListLicenseManagerReportGeneratorsResponse.Builder nextToken(String 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.
-
-