public static interface LicenseOperationFailure.Builder extends SdkPojo, CopyableBuilder<LicenseOperationFailure.Builder,LicenseOperationFailure>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLicenseOperationFailure.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
resourceArn - Amazon Resource Name (ARN) of the resource.LicenseOperationFailure.Builder resourceType(String resourceType)
Resource type.
resourceType - Resource type.ResourceType,
ResourceTypeLicenseOperationFailure.Builder resourceType(ResourceType resourceType)
Resource type.
resourceType - Resource type.ResourceType,
ResourceTypeLicenseOperationFailure.Builder errorMessage(String errorMessage)
Error message.
errorMessage - Error message.LicenseOperationFailure.Builder failureTime(Instant failureTime)
Failure time.
failureTime - Failure time.LicenseOperationFailure.Builder operationName(String operationName)
Name of the operation.
operationName - Name of the operation.LicenseOperationFailure.Builder resourceOwnerId(String resourceOwnerId)
ID of the Amazon Web Services account that owns the resource.
resourceOwnerId - ID of the Amazon Web Services account that owns the resource.LicenseOperationFailure.Builder operationRequestedBy(String operationRequestedBy)
The requester is "License Manager Automated Discovery".
operationRequestedBy - The requester is "License Manager Automated Discovery".LicenseOperationFailure.Builder metadataList(Collection<Metadata> metadataList)
Reserved.
metadataList - Reserved.LicenseOperationFailure.Builder metadataList(Metadata... metadataList)
Reserved.
metadataList - Reserved.LicenseOperationFailure.Builder metadataList(Consumer<Metadata.Builder>... metadataList)
Reserved.
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 #metadataList(List) .metadataList - a consumer that will call methods on List.Builder #metadataList(List) Copyright © 2022. All rights reserved.