static UpdateFlowRequest.Builder |
UpdateFlowRequest.builder() |
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
|
default UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.definition(Consumer<FlowDefinition.Builder> definition) |
A definition of the nodes and the connections between the nodes in the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.definition(FlowDefinition definition) |
A definition of the nodes and the connections between the nodes in the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.description(String description) |
A description for the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.flowIdentifier(String flowIdentifier) |
The unique identifier of the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.name(String name) |
A name for the flow.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.toBuilder() |
|