Interface ServiceAccountSummary.Builder

    • Method Detail

      • 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:
        Role, Role
      • 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:
        Role, Role
      • id

        ServiceAccountSummary.Builder id​(String 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

        ServiceAccountSummary.Builder name​(String 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.