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