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