Interface UpdateFlowAliasResponse.Builder

    • Method Detail

      • arn

        UpdateFlowAliasResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the flow.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdateFlowAliasResponse.Builder createdAt​(Instant createdAt)

        The time at which the flow was created.

        Parameters:
        createdAt - The time at which the flow was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateFlowAliasResponse.Builder description​(String description)

        The description of the flow.

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

        UpdateFlowAliasResponse.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

        UpdateFlowAliasResponse.Builder id​(String id)

        The unique identifier of the alias.

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

        UpdateFlowAliasResponse.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

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

        Contains information about the version that the alias is mapped to.

        Parameters:
        routingConfiguration - Contains information about the version that the alias is mapped to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfiguration

        UpdateFlowAliasResponse.Builder routingConfiguration​(FlowAliasRoutingConfigurationListItem... routingConfiguration)

        Contains information about the version that the alias is mapped to.

        Parameters:
        routingConfiguration - Contains information about the version that the alias is mapped to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        UpdateFlowAliasResponse.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.