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