Interface UpdateFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFlowRequest.Builder,,UpdateFlowRequest> QuickSightRequest.Builder,SdkBuilder<UpdateFlowRequest.Builder,,UpdateFlowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateFlowRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the flow that you are updating.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) Updated description for the flow.flowDefinition(Document flowDefinition) The definition of the flow, specifying the steps and configurations.The unique identifier of the flow to update.Updated display name for the flow.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the flow that you are updating.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the flow that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The unique identifier of the flow to update.
- Parameters:
flowId- The unique identifier of the flow to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Updated display name for the flow. Omit to preserve the existing name.
- Parameters:
name- Updated display name for the flow. Omit to preserve the existing name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Updated description for the flow. Omit to preserve the existing description.
- Parameters:
description- Updated description for the flow. Omit to preserve the existing description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinition
The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change. When provided, all existing steps are replaced. Omit to preserve the existing definition.
Always derive or depend on the flow definition from the
DescribeFlowoperation to ensure you are working with the latest format.- Parameters:
flowDefinition- The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change. When provided, all existing steps are replaced. Omit to preserve the existing definition.Always derive or depend on the flow definition from the
DescribeFlowoperation to ensure you are working with the latest format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-