Interface GetFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetFlowRequest.Builder,,GetFlowRequest> SdkBuilder<GetFlowRequest.Builder,,GetFlowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFlowRequest
@Mutable
@NotThreadSafe
public static interface GetFlowRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetFlowRequest.Builder,GetFlowRequest>
-
Method Summary
Modifier and TypeMethodDescriptionflowIdentifier(String flowIdentifier) The unique identifier of the flow.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.
- Parameters:
flowIdentifier- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-