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.
|
copy
apply, build
FailureDetails.Builder type(String type)
The type of the failure.
type
- The type of the failure.FailureType
FailureDetails.Builder type(FailureType type)
The type of the failure.
type
- The type of the failure.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.