Interface AppSummary.Builder

  • Method Details

    • appId

      AppSummary.Builder appId(String appId)

      The ID of the app.

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

      The Amazon Resource Name (ARN) of the app.

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

      The display name of the app.

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

      AppSummary.Builder createdTime(Instant createdTime)

      The time that the app was created.

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

      AppSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The time that the app was last updated.

      Parameters:
      lastUpdatedTime - The time that the app was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibility

      AppSummary.Builder visibility(String visibility)

      The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.

      Parameters:
      visibility - The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      AppSummary.Builder visibility(AppVisibility visibility)

      The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.

      Parameters:
      visibility - The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: