static CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.builder() |
|
CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.Builder.serviceAccountId(String serviceAccountId) |
The ID of the service account where the token was created.
|
default CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.Builder.serviceAccountToken(Consumer<ServiceAccountTokenSummaryWithKey.Builder> serviceAccountToken) |
Information about the created token, including the key.
|
CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.Builder.serviceAccountToken(ServiceAccountTokenSummaryWithKey serviceAccountToken) |
Information about the created token, including the key.
|
CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.toBuilder() |
|
CreateWorkspaceServiceAccountTokenResponse.Builder |
CreateWorkspaceServiceAccountTokenResponse.Builder.workspaceId(String workspaceId) |
The ID of the workspace where the token was created.
|