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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #licenseOperationFailureList(List) .licenseOperationFailureList - a consumer that will call methods on List.Builder #licenseOperationFailureList(List) ListFailuresForLicenseConfigurationOperationsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2022. All rights reserved.