CopyableBuilder<FailureDetails.Builder,FailureDetails>, SdkBuilder<FailureDetails.Builder,FailureDetails>public static interface FailureDetails.Builder extends CopyableBuilder<FailureDetails.Builder,FailureDetails>
| Modifier and Type | Method | Description |
|---|---|---|
FailureDetails.Builder |
externalExecutionId(String externalExecutionId) |
The external ID of the run of the action that failed.
|
FailureDetails.Builder |
message(String message) |
The message about the failure.
|
FailureDetails.Builder |
type(String type) |
The type of the failure.
|
FailureDetails.Builder |
type(FailureType type) |
The type of the failure.
|
copyapply, buildFailureDetails.Builder type(String type)
The type of the failure.
type - The type of the failure.FailureTypeFailureDetails.Builder type(FailureType type)
The type of the failure.
type - The type of the failure.FailureTypeFailureDetails.Builder message(String message)
The message about the failure.
message - The message about the failure.FailureDetails.Builder externalExecutionId(String externalExecutionId)
The external ID of the run of the action that failed.
externalExecutionId - The external ID of the run of the action that failed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.