GetFlowResponse.Builder |
GetFlowResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the flow.
|
static GetFlowResponse.Builder |
GetFlowResponse.builder() |
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.createdAt(Instant createdAt) |
The time at which the flow was created.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.
|
default GetFlowResponse.Builder |
GetFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) |
The definition of the nodes and connections between the nodes in the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.definition(FlowDefinition definition) |
The definition of the nodes and connections between the nodes in the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.description(String description) |
The description of the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.id(String id) |
The unique identifier of the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.name(String name) |
The name of the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.status(String status) |
The status of the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.status(FlowStatus status) |
The status of the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.toBuilder() |
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.updatedAt(Instant updatedAt) |
The time at which the flow was last updated.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.validations(Collection<FlowValidation> validations) |
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.validations(Consumer<FlowValidation.Builder>... validations) |
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.validations(FlowValidation... validations) |
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResponse.Builder |
GetFlowResponse.Builder.version(String version) |
The version of the flow for which information was retrieved.
|