Interface StateTemplateSummary.Builder

    • Method Detail

      • name

        StateTemplateSummary.Builder name​(String name)

        The name of the state template.

        Parameters:
        name - The name of the state template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        StateTemplateSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the state template.

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

        StateTemplateSummary.Builder signalCatalogArn​(String signalCatalogArn)

        The Amazon Resource Name (ARN) of the signal catalog associated with the state template.

        Parameters:
        signalCatalogArn - The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        StateTemplateSummary.Builder description​(String description)

        A brief description of the state template.

        Parameters:
        description - A brief description of the state template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        StateTemplateSummary.Builder creationTime​(Instant creationTime)

        The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        StateTemplateSummary.Builder lastModificationTime​(Instant lastModificationTime)

        The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        lastModificationTime - The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        StateTemplateSummary.Builder id​(String id)

        The unique ID of the state template.

        Parameters:
        id - The unique ID of the state template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.