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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFlowAliasRequest.BuilderaliasIdentifier(String aliasIdentifier)The unique identifier of the alias for which to retrieve information.GetFlowAliasRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow that the alias belongs to.GetFlowAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowAliasRequest.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
-
aliasIdentifier
GetFlowAliasRequest.Builder aliasIdentifier(String 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
GetFlowAliasRequest.Builder flowIdentifier(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-