CopyableBuilder<Failure.Builder,Failure>, SdkBuilder<Failure.Builder,Failure>public static interface Failure.Builder extends CopyableBuilder<Failure.Builder,Failure>
| Modifier and Type | Method | Description |
|---|---|---|
Failure.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the failed resource.
|
Failure.Builder |
reason(String reason) |
The reason for the failure.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.