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.includedData(String includedData) Controls the scope of data returned.includedData(IncludedData includedData) Controls the scope of data returned.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.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.
-
includedData
Controls the scope of data returned. Set to
METADATA_ONLYto return only resource metadata. Set toALL_DATAor omit this field to return the full response.- Parameters:
includedData- Controls the scope of data returned. Set toMETADATA_ONLYto return only resource metadata. Set toALL_DATAor omit this field to return the full response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includedData
Controls the scope of data returned. Set to
METADATA_ONLYto return only resource metadata. Set toALL_DATAor omit this field to return the full response.- Parameters:
includedData- Controls the scope of data returned. Set toMETADATA_ONLYto return only resource metadata. Set toALL_DATAor omit this field to return the full response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetFlowVersionRequest.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
GetFlowVersionRequest.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.
-