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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFlowAliasResponse.BuilderflowId(String flowId)The unique identifier of the flow that the alias belongs to.DeleteFlowAliasResponse.Builderid(String id)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 Detail
-
flowId
DeleteFlowAliasResponse.Builder flowId(String 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
DeleteFlowAliasResponse.Builder id(String 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.
-
-