Interface ListFailuresForLicenseConfigurationOperationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListFailuresForLicenseConfigurationOperationsResponse.Builder,,ListFailuresForLicenseConfigurationOperationsResponse> LicenseManagerResponse.Builder,SdkBuilder<ListFailuresForLicenseConfigurationOperationsResponse.Builder,,ListFailuresForLicenseConfigurationOperationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListFailuresForLicenseConfigurationOperationsResponse
public static interface ListFailuresForLicenseConfigurationOperationsResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListFailuresForLicenseConfigurationOperationsResponse.Builder,ListFailuresForLicenseConfigurationOperationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList) License configuration operations that failed.licenseOperationFailureList(Consumer<LicenseOperationFailure.Builder>... licenseOperationFailureList) License configuration operations that failed.licenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList) License configuration operations that failed.Token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
licenseOperationFailureList
ListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList) License configuration operations that failed.
- Parameters:
 licenseOperationFailureList- License configuration operations that failed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
licenseOperationFailureList
ListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList) License configuration operations that failed.
- Parameters:
 licenseOperationFailureList- License configuration operations that failed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
licenseOperationFailureList
ListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(Consumer<LicenseOperationFailure.Builder>... licenseOperationFailureList) License configuration operations that failed.
This is a convenience method that creates an instance of theLicenseOperationFailure.Builderavoiding the need to create one manually viaLicenseOperationFailure.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolicenseOperationFailureList(List<LicenseOperationFailure>).- Parameters:
 licenseOperationFailureList- a consumer that will call methods onLicenseOperationFailure.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.
 
 
 -