Interface ApplicationSummary.Builder

  • Method Details

    • 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

      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

      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.
    • isService

      Deprecated.
      IsService has been deprecated in favor of ApplicationType

      Indicates whether the application is a service.

      Parameters:
      isService - Indicates whether the application is a service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationType

      ApplicationSummary.Builder applicationType(String applicationType)

      The type of application.

      Parameters:
      applicationType - The type of application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationType

      ApplicationSummary.Builder applicationType(ApplicationType applicationType)

      The type of application.

      Parameters:
      applicationType - The type of application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: