Interface CreateWorkspaceServiceAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateWorkspaceServiceAccountResponse.Builder,
,CreateWorkspaceServiceAccountResponse> GrafanaResponse.Builder
,SdkBuilder<CreateWorkspaceServiceAccountResponse.Builder,
,CreateWorkspaceServiceAccountResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateWorkspaceServiceAccountResponse
public static interface CreateWorkspaceServiceAccountResponse.Builder
extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceServiceAccountResponse.Builder,CreateWorkspaceServiceAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongrafanaRole
(String grafanaRole) The permission level given to the service account.grafanaRole
(Role grafanaRole) The permission level given to the service account.The ID of the service account.The name of the service account.workspaceId
(String workspaceId) The workspace with which the service account is associated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
grafanaRole
The permission level given to the service account.
- Parameters:
grafanaRole
- The permission level given to the service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
grafanaRole
The permission level given to the service account.
- Parameters:
grafanaRole
- The permission level given to the service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the service account.
- Parameters:
id
- The ID of the service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
workspaceId
The workspace with which the service account is associated.
- Parameters:
workspaceId
- The workspace with which the service account is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-