Interface DeleteFlowAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DeleteFlowAliasRequest.Builder,DeleteFlowAliasRequest>,SdkBuilder<DeleteFlowAliasRequest.Builder,DeleteFlowAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFlowAliasRequest
public static interface DeleteFlowAliasRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeleteFlowAliasRequest.Builder,DeleteFlowAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFlowAliasRequest.BuilderaliasIdentifier(String aliasIdentifier)The unique identifier of the alias to be deleted.DeleteFlowAliasRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow that the alias belongs to.DeleteFlowAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFlowAliasRequest.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
DeleteFlowAliasRequest.Builder aliasIdentifier(String aliasIdentifier)
The unique identifier of the alias to be deleted.
- Parameters:
aliasIdentifier- The unique identifier of the alias to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
DeleteFlowAliasRequest.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
DeleteFlowAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFlowAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-