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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the alias.The time at which the alias was created.description
(String description) The description of the alias.The unique identifier of the flow that the alias belongs to.The unique identifier of the alias.The name of the alias.routingConfiguration
(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.routingConfiguration
(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version that the alias is mapped to.routingConfiguration
(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.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 Details
-
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
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
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
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 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
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.Builder
avoiding the need to create one manually viaFlowAliasRoutingConfigurationListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutingConfiguration(List<FlowAliasRoutingConfigurationListItem>)
.- 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:
-
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.
-