| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.accountAccessType(AccountAccessType accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.accountAccessType(String accountAccessType)
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account
only, or whether it can also access Amazon Web Services resources in other accounts in the same organization.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.authentication(AuthenticationSummary authentication)
A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user
authentication.
|
default WorkspaceDescription.Builder |
WorkspaceDescription.Builder.authentication(Consumer<AuthenticationSummary.Builder> authentication)
A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user
authentication.
|
static WorkspaceDescription.Builder |
WorkspaceDescription.builder() |
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.created(Instant created)
The date that the workspace was created.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSources(Collection<DataSourceType> dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSources(DataSourceType... dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSourcesWithStrings(Collection<String> dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSourcesWithStrings(String... dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.description(String description)
The user-defined description of the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.endpoint(String endpoint)
The URL that users can use to access the Grafana console in the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.freeTrialConsumed(Boolean freeTrialConsumed)
Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.freeTrialExpiration(Instant freeTrialExpiration)
If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when
that free trial ends.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.grafanaVersion(String grafanaVersion)
The version of Grafana supported in this workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.id(String id)
The unique ID of this workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.licenseExpiration(Instant licenseExpiration)
If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need
to be renewed.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.licenseType(LicenseType licenseType)
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.licenseType(String licenseType)
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.modified(Instant modified)
The most recent date that the workspace was modified.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.name(String name)
The name of the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.notificationDestinations(Collection<NotificationDestinationType> notificationDestinations)
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles
and permissions for, to allow Amazon Managed Grafana to use these channels.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.notificationDestinations(NotificationDestinationType... notificationDestinations)
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles
and permissions for, to allow Amazon Managed Grafana to use these channels.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.notificationDestinationsWithStrings(Collection<String> notificationDestinations)
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles
and permissions for, to allow Amazon Managed Grafana to use these channels.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.notificationDestinationsWithStrings(String... notificationDestinations)
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles
and permissions for, to allow Amazon Managed Grafana to use these channels.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.organizationalUnits(Collection<String> organizationalUnits)
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace
is in an account that is part of an organization.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.organizationalUnits(String... organizationalUnits)
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace
is in an account that is part of an organization.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.organizationRoleName(String organizationRoleName)
The name of the IAM role that is used to access resources through Organizations.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.permissionType(PermissionType permissionType)
If this is
Service Managed, Amazon Managed Grafana automatically creates the IAM roles and
provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification
channels. |
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.permissionType(String permissionType)
If this is
Service Managed, Amazon Managed Grafana automatically creates the IAM roles and
provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification
channels. |
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.stackSetName(String stackSetName)
The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.status(String status)
The current status of the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.status(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.tags(Map<String,String> tags)
The list of tags associated with the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.toBuilder() |
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.workspaceRoleArn(String workspaceRoleArn)
The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data
from.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkspaceDescription.Builder> |
WorkspaceDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkspaceResponse.Builder |
CreateWorkspaceResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing data about the workspace that was created.
|
default DeleteWorkspaceResponse.Builder |
DeleteWorkspaceResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace that was deleted.
|
default AssociateLicenseResponse.Builder |
AssociateLicenseResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing data about the workspace.
|
default DescribeWorkspaceResponse.Builder |
DescribeWorkspaceResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace.
|
default DisassociateLicenseResponse.Builder |
DisassociateLicenseResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing information about the workspace.
|
default UpdateWorkspaceResponse.Builder |
UpdateWorkspaceResponse.Builder.workspace(Consumer<WorkspaceDescription.Builder> workspace)
A structure containing data about the workspace that was created.
|
Copyright © 2022. All rights reserved.