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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountSummary.BuildergrafanaRole(String grafanaRole)The role of the service account, which sets the permission level used when calling Grafana APIs.ServiceAccountSummary.BuildergrafanaRole(Role grafanaRole)The role of the service account, which sets the permission level used when calling Grafana APIs.ServiceAccountSummary.Builderid(String id)The unique ID of the service account.ServiceAccountSummary.BuilderisDisabled(String isDisabled)Returns true if the service account is disabled.ServiceAccountSummary.Buildername(String name)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 Detail
-
grafanaRole
ServiceAccountSummary.Builder grafanaRole(String grafanaRole)
The role of the service account, which sets the permission level used when calling Grafana APIs.
-
grafanaRole
ServiceAccountSummary.Builder grafanaRole(Role grafanaRole)
The role of the service account, which sets the permission level used when calling Grafana APIs.
-
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.
-
-