public static interface DisassociateLicenseResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<DisassociateLicenseResponse.Builder,DisassociateLicenseResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateLicenseResponse.Builder |
workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace.
|
DisassociateLicenseResponse.Builder |
workspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateLicenseResponse.Builder workspace(WorkspaceDescription workspace)
A structure containing information about the workspace.
workspace - A structure containing information about the workspace.default DisassociateLicenseResponse.Builder workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace.
This is a convenience method that creates an instance of theWorkspaceDescription.Builder avoiding
the need to create one manually via WorkspaceDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to workspace(WorkspaceDescription).
workspace - a consumer that will call methods on WorkspaceDescription.Builderworkspace(WorkspaceDescription)Copyright © 2023. All rights reserved.