Interface ServiceAccountSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceAccountSummary.Builder,
,ServiceAccountSummary> SdkBuilder<ServiceAccountSummary.Builder,
,ServiceAccountSummary> SdkPojo
- Enclosing class:
ServiceAccountSummary
public static interface ServiceAccountSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceAccountSummary.Builder,ServiceAccountSummary>
-
Method Summary
Modifier and TypeMethodDescriptiongrafanaRole
(String grafanaRole) The role of the service account, which sets the permission level used when calling Grafana APIs.grafanaRole
(Role grafanaRole) The role of the service account, which sets the permission level used when calling Grafana APIs.The unique ID of the service account.isDisabled
(String isDisabled) Returns true if the service account is disabled.The name of the service account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-