Interface CreateFlowVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>,SdkBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFlowVersionRequest
public static interface CreateFlowVersionRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<CreateFlowVersionRequest.Builder,CreateFlowVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFlowVersionRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateFlowVersionRequest.Builderdescription(String description)A description of the version of the flow.CreateFlowVersionRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow that you want to create a version of.CreateFlowVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFlowVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateFlowVersionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateFlowVersionRequest.Builder description(String description)
A description of the version of the flow.
- Parameters:
description- A description of the version of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
CreateFlowVersionRequest.Builder flowIdentifier(String flowIdentifier)
The unique identifier of the flow that you want to create a version of.
- Parameters:
flowIdentifier- The unique identifier of the flow that you want to create a version of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateFlowVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFlowVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-