Interface ExperimentTemplateSummary.Builder

    • Method Detail

      • id

        ExperimentTemplateSummary.Builder id​(String id)

        The ID of the experiment template.

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

        ExperimentTemplateSummary.Builder arn​(String arn)

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

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

        ExperimentTemplateSummary.Builder description​(String description)

        The description of the experiment template.

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

        ExperimentTemplateSummary.Builder creationTime​(Instant creationTime)

        The time that the experiment template was created.

        Parameters:
        creationTime - The time that the experiment template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        ExperimentTemplateSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The time that the experiment template was last updated.

        Parameters:
        lastUpdateTime - The time that the experiment template was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ExperimentTemplateSummary.Builder tags​(Map<String,​String> tags)

        The tags for the experiment template.

        Parameters:
        tags - The tags for the experiment template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.