Interface AssociateLicenseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateLicenseRequest.Builder,AssociateLicenseRequest>,GrafanaRequest.Builder,SdkBuilder<AssociateLicenseRequest.Builder,AssociateLicenseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateLicenseRequest
public static interface AssociateLicenseRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<AssociateLicenseRequest.Builder,AssociateLicenseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateLicenseRequest.BuildergrafanaToken(String grafanaToken)A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account.AssociateLicenseRequest.BuilderlicenseType(String licenseType)The type of license to associate with the workspace.AssociateLicenseRequest.BuilderlicenseType(LicenseType licenseType)The type of license to associate with the workspace.AssociateLicenseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateLicenseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateLicenseRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace to associate the license with.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
grafanaToken
AssociateLicenseRequest.Builder grafanaToken(String grafanaToken)
A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.
- Parameters:
grafanaToken- A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseType
AssociateLicenseRequest.Builder licenseType(String licenseType)
The type of license to associate with the workspace.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Parameters:
licenseType- The type of license to associate with the workspace.Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseType,LicenseType
-
licenseType
AssociateLicenseRequest.Builder licenseType(LicenseType licenseType)
The type of license to associate with the workspace.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Parameters:
licenseType- The type of license to associate with the workspace.Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseType,LicenseType
-
workspaceId
AssociateLicenseRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to associate the license with.
- Parameters:
workspaceId- The ID of the workspace to associate the license with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateLicenseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateLicenseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-