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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFailuresForLicenseConfigurationOperationsResponse.BuilderlicenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)License configuration operations that failed.ListFailuresForLicenseConfigurationOperationsResponse.BuilderlicenseOperationFailureList(Consumer<LicenseOperationFailure.Builder>... licenseOperationFailureList)License configuration operations that failed.ListFailuresForLicenseConfigurationOperationsResponse.BuilderlicenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)License configuration operations that failed.ListFailuresForLicenseConfigurationOperationsResponse.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
-
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 to#licenseOperationFailureList(List.) - 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:
#licenseOperationFailureList(java.util.Collection)
-
nextToken
ListFailuresForLicenseConfigurationOperationsResponse.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.
-
-