Interface GetFlowVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetFlowVersionRequest.Builder,GetFlowVersionRequest>,SdkBuilder<GetFlowVersionRequest.Builder,GetFlowVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFlowVersionRequest
public static interface GetFlowVersionRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetFlowVersionRequest.Builder,GetFlowVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFlowVersionRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow for which to get information.GetFlowVersionRequest.BuilderflowVersion(String flowVersion)The version of the flow for which to get information.GetFlowVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowVersionRequest.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
-
flowIdentifier
GetFlowVersionRequest.Builder flowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to get information.
- Parameters:
flowIdentifier- The unique identifier of the flow for which to get information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowVersion
GetFlowVersionRequest.Builder flowVersion(String flowVersion)
The version of the flow for which to get information.
- Parameters:
flowVersion- The version of the flow for which to get information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFlowVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-