public static interface AssociateLicenseResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<AssociateLicenseResponse.Builder,AssociateLicenseResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateLicenseResponse.Builder |
workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing data about the workspace.
|
AssociateLicenseResponse.Builder |
workspace(WorkspaceDescription workspace)
A structure containing data about the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateLicenseResponse.Builder workspace(WorkspaceDescription workspace)
A structure containing data about the workspace.
workspace - A structure containing data about the workspace.default AssociateLicenseResponse.Builder workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing data 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.