Interface ServiceSummary.Builder

    • Method Detail

      • arn

        ServiceSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the service.

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

        ServiceSummary.Builder createdAt​(Instant createdAt)

        The time when the service was created.

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

        ServiceSummary.Builder description​(String description)

        A description of the service.

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

        ServiceSummary.Builder lastModifiedAt​(Instant lastModifiedAt)

        The time when the service was last modified.

        Parameters:
        lastModifiedAt - The time when the service was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ServiceSummary.Builder name​(String name)

        The name of the service.

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

        ServiceSummary.Builder statusMessage​(String statusMessage)

        A service status message.

        Parameters:
        statusMessage - A service status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        ServiceSummary.Builder templateName​(String templateName)

        The name of the service template.

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