Interface ServiceAccountSummary.Builder

  • Method Details

    • grafanaRole

      ServiceAccountSummary.Builder grafanaRole(String grafanaRole)

      The role of the service account, which sets the permission level used when calling Grafana APIs.

      Parameters:
      grafanaRole - The role of the service account, which sets the permission level used when calling Grafana APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • grafanaRole

      ServiceAccountSummary.Builder grafanaRole(Role grafanaRole)

      The role of the service account, which sets the permission level used when calling Grafana APIs.

      Parameters:
      grafanaRole - The role of the service account, which sets the permission level used when calling Grafana APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The unique ID of the service account.

      Parameters:
      id - The unique ID of the service account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDisabled

      ServiceAccountSummary.Builder isDisabled(String isDisabled)

      Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.

      Parameters:
      isDisabled - Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the service account.

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