Interface DeleteFlowAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<DeleteFlowAliasResponse.Builder,
,DeleteFlowAliasResponse> SdkBuilder<DeleteFlowAliasResponse.Builder,
,DeleteFlowAliasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteFlowAliasResponse
public static interface DeleteFlowAliasResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteFlowAliasResponse.Builder,DeleteFlowAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the flow that the alias belongs to.The unique identifier of the flow.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowId
The unique identifier of the flow that the alias belongs to.
- Parameters:
flowId
- 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.
-
id
The unique identifier of the flow.
- Parameters:
id
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-