Interface GetFlowVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetFlowVersionRequest.Builder,,GetFlowVersionRequest> SdkBuilder<GetFlowVersionRequest.Builder,,GetFlowVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFlowVersionRequest
@Mutable
@NotThreadSafe
public static interface GetFlowVersionRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetFlowVersionRequest.Builder,GetFlowVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionflowIdentifier(String flowIdentifier) The unique identifier of the flow for which to get information.flowVersion(String flowVersion) The version of the flow for which to get information.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
-