public static interface ListFailuresForLicenseConfigurationOperationsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListFailuresForLicenseConfigurationOperationsResponse.Builder,ListFailuresForLicenseConfigurationOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFailuresForLicenseConfigurationOperationsResponse.Builder |
licenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
|
ListFailuresForLicenseConfigurationOperationsResponse.Builder |
licenseOperationFailureList(Consumer<LicenseOperationFailure.Builder>... licenseOperationFailureList)
License configuration operations that failed.
|
ListFailuresForLicenseConfigurationOperationsResponse.Builder |
licenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)
License configuration operations that failed.
|
ListFailuresForLicenseConfigurationOperationsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)
License configuration operations that failed.
licenseOperationFailureList - License configuration operations that failed.ListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)
License configuration operations that failed.
licenseOperationFailureList - License configuration operations that failed.ListFailuresForLicenseConfigurationOperationsResponse.Builder licenseOperationFailureList(Consumer<LicenseOperationFailure.Builder>... licenseOperationFailureList)
License configuration operations that failed.
This is a convenience method that creates an instance of theLicenseOperationFailure.Builder avoiding the
need to create one manually via
LicenseOperationFailure.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #licenseOperationFailureList(List.
licenseOperationFailureList - a consumer that will call methods on
LicenseOperationFailure.Builder#licenseOperationFailureList(java.util.Collection) ListFailuresForLicenseConfigurationOperationsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.