@Stability(value=Stable) public static final class CfnServer.WorkflowDetailProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnServer.WorkflowDetailProperty>
CfnServer.WorkflowDetailProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServer.WorkflowDetailProperty |
build()
Builds the configured instance.
|
CfnServer.WorkflowDetailProperty.Builder |
executionRole(String executionRole)
Sets the value of
CfnServer.WorkflowDetailProperty.getExecutionRole() |
CfnServer.WorkflowDetailProperty.Builder |
workflowId(String workflowId)
Sets the value of
CfnServer.WorkflowDetailProperty.getWorkflowId() |
@Stability(value=Stable) public CfnServer.WorkflowDetailProperty.Builder executionRole(String executionRole)
CfnServer.WorkflowDetailProperty.getExecutionRole()executionRole - Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources. This parameter is required.this@Stability(value=Stable) public CfnServer.WorkflowDetailProperty.Builder workflowId(String workflowId)
CfnServer.WorkflowDetailProperty.getWorkflowId()workflowId - A unique identifier for the workflow. This parameter is required.this@Stability(value=Stable) public CfnServer.WorkflowDetailProperty build()
build in interface software.amazon.jsii.Builder<CfnServer.WorkflowDetailProperty>CfnServer.WorkflowDetailPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.