FlowAliasSummary.Builder |
FlowAliasSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the alias.
|
static FlowAliasSummary.Builder |
FlowAliasSummary.builder() |
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.createdAt(Instant createdAt) |
The time at which the alias was created.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.description(String description) |
A description of the alias.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.flowId(String flowId) |
The unique identifier of the flow.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.id(String id) |
The unique identifier of the alias of the flow.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.name(String name) |
The name of the alias.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) |
A list of configurations about the versions that the alias maps to.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) |
A list of configurations about the versions that the alias maps to.
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) |
A list of configurations about the versions that the alias maps to.
|
FlowAliasSummary.Builder |
FlowAliasSummary.toBuilder() |
|
FlowAliasSummary.Builder |
FlowAliasSummary.Builder.updatedAt(Instant updatedAt) |
The time at which the alias was last updated.
|