Interface ServiceAccountTokenSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceAccountTokenSummary.Builder,ServiceAccountTokenSummary>,SdkBuilder<ServiceAccountTokenSummary.Builder,ServiceAccountTokenSummary>,SdkPojo
- Enclosing class:
- ServiceAccountTokenSummary
public static interface ServiceAccountTokenSummary.Builder extends SdkPojo, CopyableBuilder<ServiceAccountTokenSummary.Builder,ServiceAccountTokenSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountTokenSummary.BuildercreatedAt(Instant createdAt)When the service account token was created.ServiceAccountTokenSummary.BuilderexpiresAt(Instant expiresAt)When the service account token will expire.ServiceAccountTokenSummary.Builderid(String id)The unique ID of the service account token.ServiceAccountTokenSummary.BuilderlastUsedAt(Instant lastUsedAt)The last time the token was used to authorize a Grafana HTTP API.ServiceAccountTokenSummary.Buildername(String name)The name of the service account token.-
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
-
createdAt
ServiceAccountTokenSummary.Builder createdAt(Instant createdAt)
When the service account token was created.
- Parameters:
createdAt- When the service account token was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
ServiceAccountTokenSummary.Builder expiresAt(Instant expiresAt)
When the service account token will expire.
- Parameters:
expiresAt- When the service account token will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ServiceAccountTokenSummary.Builder id(String id)
The unique ID of the service account token.
- Parameters:
id- The unique ID of the service account token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUsedAt
ServiceAccountTokenSummary.Builder lastUsedAt(Instant lastUsedAt)
The last time the token was used to authorize a Grafana HTTP API.
- Parameters:
lastUsedAt- The last time the token was used to authorize a Grafana HTTP API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ServiceAccountTokenSummary.Builder name(String name)
The name of the service account token.
- Parameters:
name- The name of the service account token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-