Interface GetFlowAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockAgentRequest.Builder
,Buildable
,CopyableBuilder<GetFlowAliasRequest.Builder,
,GetFlowAliasRequest> SdkBuilder<GetFlowAliasRequest.Builder,
,GetFlowAliasRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetFlowAliasRequest
public static interface GetFlowAliasRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetFlowAliasRequest.Builder,GetFlowAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaliasIdentifier
(String aliasIdentifier) The unique identifier of the alias for which to retrieve information.flowIdentifier
(String flowIdentifier) The unique identifier of the flow that the alias belongs to.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
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 Details
-
aliasIdentifier
The unique identifier of the alias for which to retrieve information.
- Parameters:
aliasIdentifier
- The unique identifier of the alias for which to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
The unique identifier of the flow that the alias belongs to.
- Parameters:
flowIdentifier
- The unique identifier of the flow that the alias belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFlowAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetFlowAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-