CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the alias.
|
static CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.builder() |
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.createdAt(Instant createdAt) |
The time at which the alias was created.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.description(String description) |
The description of the alias.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.flowId(String flowId) |
The unique identifier of the flow that the alias belongs to.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.id(String id) |
The unique identifier of the alias.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.name(String name) |
The name of the alias.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) |
Contains information about the version that the alias is mapped to.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) |
Contains information about the version that the alias is mapped to.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) |
Contains information about the version that the alias is mapped to.
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.toBuilder() |
|
CreateFlowAliasResponse.Builder |
CreateFlowAliasResponse.Builder.updatedAt(Instant updatedAt) |
The time at which the alias of the flow was last updated.
|