Interface FlowAliasSummary.Builder

    • Method Detail

      • arn

        FlowAliasSummary.Builder arn​(String 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

        FlowAliasSummary.Builder createdAt​(Instant 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

        FlowAliasSummary.Builder description​(String description)

        A description of the alias.

        Parameters:
        description - A description of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowId

        FlowAliasSummary.Builder flowId​(String flowId)

        The unique identifier of the flow.

        Parameters:
        flowId - The unique identifier of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        FlowAliasSummary.Builder id​(String id)

        The unique identifier of the alias of the flow.

        Parameters:
        id - The unique identifier of the alias of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        FlowAliasSummary.Builder name​(String 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

        FlowAliasSummary.Builder routingConfiguration​(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)

        A list of configurations about the versions that the alias maps to. Currently, you can only specify one.

        Parameters:
        routingConfiguration - A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfiguration

        FlowAliasSummary.Builder routingConfiguration​(FlowAliasRoutingConfigurationListItem... routingConfiguration)

        A list of configurations about the versions that the alias maps to. Currently, you can only specify one.

        Parameters:
        routingConfiguration - A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        FlowAliasSummary.Builder updatedAt​(Instant updatedAt)

        The time at which the alias was last updated.

        Parameters:
        updatedAt - The time at which the alias was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.