static GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.builder() |
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.definition(String definition) |
The flow definition used for the flow execution, including the nodes, connections, and configuration at the
time when the execution started.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.flowAliasIdentifier(String flowAliasIdentifier) |
The unique identifier of the flow alias used for the flow execution.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.flowIdentifier(String flowIdentifier) |
The unique identifier of the flow.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.Builder.flowVersion(String flowVersion) |
The version of the flow used for the flow execution.
|
GetExecutionFlowSnapshotResponse.Builder |
GetExecutionFlowSnapshotResponse.toBuilder() |
|