Interface AssociateLicenseRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AssociateLicenseRequest.Builder,,- AssociateLicenseRequest> - GrafanaRequest.Builder,- SdkBuilder<AssociateLicenseRequest.Builder,,- AssociateLicenseRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AssociateLicenseRequest
@Mutable
@NotThreadSafe
public static interface AssociateLicenseRequest.Builder
extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<AssociateLicenseRequest.Builder,AssociateLicenseRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiongrafanaToken(String grafanaToken) A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account.licenseType(String licenseType) The type of license to associate with the workspace.licenseType(LicenseType licenseType) The type of license to associate with the workspace.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceId(String workspaceId) The ID of the workspace to associate the license with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
grafanaTokenA token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Link your account 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 Link your account with Grafana Labs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseTypeThe 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:
 
- 
licenseTypeThe 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:
 
- 
workspaceIdThe 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.
 
- 
overrideConfigurationAssociateLicenseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAssociateLicenseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-