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) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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) 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
DeleteFlowAliasRequest.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.
-