CopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
, SdkBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
public static interface PutApprovalResultRequest.Builder extends CopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
Modifier and Type | Method | Description |
---|---|---|
PutApprovalResultRequest.Builder |
actionName(String actionName) |
The name of the action for which approval is requested.
|
PutApprovalResultRequest.Builder |
pipelineName(String pipelineName) |
The name of the pipeline that contains the action.
|
PutApprovalResultRequest.Builder |
result(ApprovalResult result) |
Represents information about the result of the approval request.
|
PutApprovalResultRequest.Builder |
stageName(String stageName) |
The name of the stage that contains the action.
|
PutApprovalResultRequest.Builder |
token(String token) |
The system-generated token used to identify a unique approval request.
|
copy
apply, build
PutApprovalResultRequest.Builder pipelineName(String pipelineName)
The name of the pipeline that contains the action.
pipelineName
- The name of the pipeline that contains the action.PutApprovalResultRequest.Builder stageName(String stageName)
The name of the stage that contains the action.
stageName
- The name of the stage that contains the action.PutApprovalResultRequest.Builder actionName(String actionName)
The name of the action for which approval is requested.
actionName
- The name of the action for which approval is requested.PutApprovalResultRequest.Builder result(ApprovalResult result)
Represents information about the result of the approval request.
result
- Represents information about the result of the approval request.PutApprovalResultRequest.Builder token(String token)
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action and is used to validate that the approval request corresponding to this token is still valid.
token
- The system-generated token used to identify a unique approval request. The token for each open
approval request can be obtained using the GetPipelineState action and is used to validate that
the approval request corresponding to this token is still valid.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.