Interface ApplicationSummary.Builder

    • Method Detail

      • arn

        ApplicationSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the Application.

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

        ApplicationSummary.Builder id​(String id)

        A unique identifier for the Application.

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

        ApplicationSummary.Builder name​(String name)

        The name of the application.

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

        ApplicationSummary.Builder namespace​(String namespace)

        The namespace of the application.

        Parameters:
        namespace - The namespace of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        ApplicationSummary.Builder createdTime​(Instant createdTime)

        The time when the application was created.

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

        ApplicationSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The time when the application was last modified.

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