public static interface FailureDetails.Builder extends SdkPojo, CopyableBuilder<FailureDetails.Builder,FailureDetails>
Modifier and Type | Method and 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(FailureType type)
The type of the failure.
|
FailureDetails.Builder |
type(String type)
The type of the failure.
|
copy
applyMutation, build
FailureDetails.Builder type(String type)
The type of the failure.
type
- The type of the failure.FailureType
,
FailureType
FailureDetails.Builder type(FailureType type)
The type of the failure.
type
- The type of the failure.FailureType
,
FailureType
FailureDetails.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.