Interface CreateFlowAliasResponse.Builder

    • Method Detail

      • arn

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

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

        CreateFlowAliasResponse.Builder description​(String description)

        The description of the alias.

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

        CreateFlowAliasResponse.Builder flowId​(String flowId)

        The unique identifier of the flow that the alias belongs to.

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

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

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

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

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

        CreateFlowAliasResponse.Builder updatedAt​(Instant updatedAt)

        The time at which the alias of the flow was last updated.

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