Interface DeleteFlowAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DeleteFlowAliasRequest.Builder,,DeleteFlowAliasRequest> SdkBuilder<DeleteFlowAliasRequest.Builder,,DeleteFlowAliasRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFlowAliasRequest
@Mutable
@NotThreadSafe
public static interface DeleteFlowAliasRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeleteFlowAliasRequest.Builder,DeleteFlowAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaliasIdentifier(String aliasIdentifier) The unique identifier of the alias to be deleted.flowIdentifier(String flowIdentifier) The unique identifier of the flow that the alias belongs to.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 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.
-
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.
-
overrideConfiguration
DeleteFlowAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFlowAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-