Interface ServiceAccountTokenSummaryWithKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceAccountTokenSummaryWithKey.Builder,
,ServiceAccountTokenSummaryWithKey> SdkBuilder<ServiceAccountTokenSummaryWithKey.Builder,
,ServiceAccountTokenSummaryWithKey> SdkPojo
- Enclosing class:
ServiceAccountTokenSummaryWithKey
public static interface ServiceAccountTokenSummaryWithKey.Builder
extends SdkPojo, CopyableBuilder<ServiceAccountTokenSummaryWithKey.Builder,ServiceAccountTokenSummaryWithKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the service account token.The key for the service account token.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 Details
-
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.
-
key
The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests.
- Parameters:
key
- The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests.- 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.
-