CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the flow.
|
static CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.builder() |
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.createdAt(Instant createdAt) |
The time at which the flow was created.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The KMS key that the flow is encrypted with.
|
default CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) |
A definition of the nodes and connections in the flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.definition(FlowDefinition definition) |
A definition of the nodes and connections in the flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.description(String description) |
The description of the version.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.id(String id) |
The unique identifier of the flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.name(String name) |
The name of the version.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.status(String status) |
The status of the flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.status(FlowStatus status) |
The status of the flow.
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.toBuilder() |
|
CreateFlowVersionResponse.Builder |
CreateFlowVersionResponse.Builder.version(String version) |
The version of the flow that was created.
|