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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountTokenSummaryWithKey.Builderid(String id)The unique ID of the service account token.ServiceAccountTokenSummaryWithKey.Builderkey(String key)The key for the service account token.ServiceAccountTokenSummaryWithKey.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
-
id
ServiceAccountTokenSummaryWithKey.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.
-
key
ServiceAccountTokenSummaryWithKey.Builder key(String 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
ServiceAccountTokenSummaryWithKey.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.
-
-