Interface CreateFlowAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<CreateFlowAliasResponse.Builder,CreateFlowAliasResponse>,SdkBuilder<CreateFlowAliasResponse.Builder,CreateFlowAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateFlowAliasResponse
public static interface CreateFlowAliasResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<CreateFlowAliasResponse.Builder,CreateFlowAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFlowAliasResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the alias.CreateFlowAliasResponse.BuildercreatedAt(Instant createdAt)The time at which the alias was created.CreateFlowAliasResponse.Builderdescription(String description)The description of the alias.CreateFlowAliasResponse.BuilderflowId(String flowId)The unique identifier of the flow that the alias belongs to.CreateFlowAliasResponse.Builderid(String id)The unique identifier of the alias.CreateFlowAliasResponse.Buildername(String name)The name of the alias.CreateFlowAliasResponse.BuilderroutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.BuilderroutingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration)Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.BuilderroutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.BuilderupdatedAt(Instant updatedAt)The time at which the alias of the flow was last updated.-
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
-
arn
CreateFlowAliasResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the alias.
- Parameters:
arn- The Amazon Resource Name (ARN) of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CreateFlowAliasResponse.Builder createdAt(Instant createdAt)
The time at which the alias was created.
- Parameters:
createdAt- The time at which the alias was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateFlowAliasResponse.Builder description(String description)
The description of the alias.
- Parameters:
description- The description of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
CreateFlowAliasResponse.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
CreateFlowAliasResponse.Builder id(String id)
The unique identifier of the alias.
- Parameters:
id- The unique identifier of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateFlowAliasResponse.Builder name(String name)
The name of the alias.
- Parameters:
name- The name of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
CreateFlowAliasResponse.Builder routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
- Parameters:
routingConfiguration- Contains information about the version that the alias is mapped to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
CreateFlowAliasResponse.Builder routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version that the alias is mapped to.
- Parameters:
routingConfiguration- Contains information about the version that the alias is mapped to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
CreateFlowAliasResponse.Builder routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration)
Contains information about the version that the alias is mapped to.
This is a convenience method that creates an instance of theFlowAliasRoutingConfigurationListItem.Builderavoiding the need to create one manually viaFlowAliasRoutingConfigurationListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routingConfiguration(List.) - Parameters:
routingConfiguration- a consumer that will call methods onFlowAliasRoutingConfigurationListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#routingConfiguration(java.util.Collection)
-
updatedAt
CreateFlowAliasResponse.Builder updatedAt(Instant updatedAt)
The time at which the alias of the flow was last updated.
- Parameters:
updatedAt- The time at which the alias of the flow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-