Interface WorkspaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkspaceSummary.Builder,
,WorkspaceSummary> SdkBuilder<WorkspaceSummary.Builder,
,WorkspaceSummary> SdkPojo
- Enclosing class:
WorkspaceSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault WorkspaceSummary.Builder
authentication
(Consumer<AuthenticationSummary.Builder> authentication) A structure containing information about the authentication methods used in the workspace.authentication
(AuthenticationSummary authentication) A structure containing information about the authentication methods used in the workspace.The date that the workspace was created.description
(String description) The customer-entered description of the workspace.The URL endpoint to use to access the Grafana console in the workspace.grafanaToken
(String grafanaToken) The token that ties this workspace to a Grafana Labs account.grafanaVersion
(String grafanaVersion) The Grafana version that the workspace is running.The unique ID of the workspace.licenseType
(String licenseType) Specifies whether this workspace has a full Grafana Enterprise license.licenseType
(LicenseType licenseType) Specifies whether this workspace has a full Grafana Enterprise license.The most recent date that the workspace was modified.The name of the workspace.notificationDestinations
(Collection<NotificationDestinationType> notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.notificationDestinations
(NotificationDestinationType... notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.notificationDestinationsWithStrings
(String... notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.notificationDestinationsWithStrings
(Collection<String> notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.The current status of the workspace.status
(WorkspaceStatus status) The current status of the workspace.The list of tags associated with the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authentication
A structure containing information about the authentication methods used in the workspace.
- Parameters:
authentication
- A structure containing information about the authentication methods used in the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authentication
default WorkspaceSummary.Builder authentication(Consumer<AuthenticationSummary.Builder> authentication) A structure containing information about the authentication methods used in the workspace.
This is a convenience method that creates an instance of theAuthenticationSummary.Builder
avoiding the need to create one manually viaAuthenticationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthentication(AuthenticationSummary)
.- Parameters:
authentication
- a consumer that will call methods onAuthenticationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
created
The date that the workspace was created.
- Parameters:
created
- The date that the workspace was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The customer-entered description of the workspace.
- Parameters:
description
- The customer-entered description of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The URL endpoint to use to access the Grafana console in the workspace.
- Parameters:
endpoint
- The URL endpoint to use to access the Grafana console in the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grafanaToken
The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
- Parameters:
grafanaToken
- The token that ties this workspace to 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.
-
grafanaVersion
The Grafana version that the workspace is running.
- Parameters:
grafanaVersion
- The Grafana version that the workspace is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique ID of the workspace.
- Parameters:
id
- The unique ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseType
Specifies whether this workspace has a full Grafana Enterprise license.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Parameters:
licenseType
- Specifies whether this workspace has a full Grafana Enterprise license.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
Specifies whether this workspace has a full Grafana Enterprise license.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
- Parameters:
licenseType
- Specifies whether this workspace has a full Grafana Enterprise license.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:
-
modified
The most recent date that the workspace was modified.
- Parameters:
modified
- The most recent date that the workspace was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the workspace.
- Parameters:
name
- The name of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationDestinationsWithStrings
WorkspaceSummary.Builder notificationDestinationsWithStrings(Collection<String> notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
- Parameters:
notificationDestinations
- The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationDestinationsWithStrings
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
- Parameters:
notificationDestinations
- The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationDestinations
WorkspaceSummary.Builder notificationDestinations(Collection<NotificationDestinationType> notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
- Parameters:
notificationDestinations
- The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationDestinations
WorkspaceSummary.Builder notificationDestinations(NotificationDestinationType... notificationDestinations) The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
- Parameters:
notificationDestinations
- The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the workspace.
- Parameters:
status
- The current status of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the workspace.
- Parameters:
status
- The current status of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The list of tags associated with the workspace.
- Parameters:
tags
- The list of tags associated with the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-