Interface ListUsageForLicenseConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListUsageForLicenseConfigurationResponse.Builder,
,ListUsageForLicenseConfigurationResponse> LicenseManagerResponse.Builder
,SdkBuilder<ListUsageForLicenseConfigurationResponse.Builder,
,ListUsageForLicenseConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListUsageForLicenseConfigurationResponse
public static interface ListUsageForLicenseConfigurationResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListUsageForLicenseConfigurationResponse.Builder,ListUsageForLicenseConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseConfigurationUsageList
(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList) Information about the license configurations.licenseConfigurationUsageList
(Consumer<LicenseConfigurationUsage.Builder>... licenseConfigurationUsageList) Information about the license configurations.licenseConfigurationUsageList
(LicenseConfigurationUsage... licenseConfigurationUsageList) Information about the license configurations.Token for the next set of results.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
-
licenseConfigurationUsageList
ListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList) Information about the license configurations.
- Parameters:
licenseConfigurationUsageList
- Information about the license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurationUsageList
ListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList) Information about the license configurations.
- Parameters:
licenseConfigurationUsageList
- Information about the license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurationUsageList
ListUsageForLicenseConfigurationResponse.Builder licenseConfigurationUsageList(Consumer<LicenseConfigurationUsage.Builder>... licenseConfigurationUsageList) Information about the license configurations.
This is a convenience method that creates an instance of theLicenseConfigurationUsage.Builder
avoiding the need to create one manually viaLicenseConfigurationUsage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolicenseConfigurationUsageList(List<LicenseConfigurationUsage>)
.- Parameters:
licenseConfigurationUsageList
- a consumer that will call methods onLicenseConfigurationUsage.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.
-