public static interface AssociateLicenseRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<AssociateLicenseRequest.Builder,AssociateLicenseRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseRequest.Builder |
licenseType(LicenseType licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest.Builder |
licenseType(String licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateLicenseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateLicenseRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to associate the license with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateLicenseRequest.Builder licenseType(String licenseType)
The type of license to associate with the workspace.
licenseType - The type of license to associate with the workspace.LicenseType,
LicenseTypeAssociateLicenseRequest.Builder licenseType(LicenseType licenseType)
The type of license to associate with the workspace.
licenseType - The type of license to associate with the workspace.LicenseType,
LicenseTypeAssociateLicenseRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to associate the license with.
workspaceId - The ID of the workspace to associate the license with.AssociateLicenseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateLicenseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.