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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUsageForLicenseConfigurationResponse.BuilderlicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)Information about the license configurations.ListUsageForLicenseConfigurationResponse.BuilderlicenseConfigurationUsageList(Consumer<LicenseConfigurationUsage.Builder>... licenseConfigurationUsageList)Information about the license configurations.ListUsageForLicenseConfigurationResponse.BuilderlicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)Information about the license configurations.ListUsageForLicenseConfigurationResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaLicenseConfigurationUsage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#licenseConfigurationUsageList(List.) - 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:
#licenseConfigurationUsageList(java.util.Collection)
-
nextToken
ListUsageForLicenseConfigurationResponse.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.
-
-