Interface ServiceAccountTokenSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceAccountTokenSummary.Builder,
,ServiceAccountTokenSummary> SdkBuilder<ServiceAccountTokenSummary.Builder,
,ServiceAccountTokenSummary> SdkPojo
- Enclosing class:
ServiceAccountTokenSummary
@Mutable
@NotThreadSafe
public static interface ServiceAccountTokenSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceAccountTokenSummary.Builder,ServiceAccountTokenSummary>
-
Method Summary
Modifier and TypeMethodDescriptionWhen the service account token was created.When the service account token will expire.The unique ID of the service account token.lastUsedAt
(Instant lastUsedAt) The last time the token was used to authorize a Grafana HTTP API.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.
-