public static interface Failure.Builder extends SdkPojo, CopyableBuilder<Failure.Builder,Failure>
| Modifier and Type | Method and Description |
|---|---|
Failure.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the failed resource.
|
Failure.Builder |
detail(String detail)
The details of the failure.
|
Failure.Builder |
reason(String reason)
The reason for the failure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailure.Builder arn(String arn)
The Amazon Resource Name (ARN) of the failed resource.
arn - The Amazon Resource Name (ARN) of the failed resource.Failure.Builder reason(String reason)
The reason for the failure.
reason - The reason for the failure.Failure.Builder detail(String detail)
The details of the failure.
detail - The details of the failure.Copyright © 2022. All rights reserved.