public static interface WorkspaceSummary.Builder extends SdkPojo, CopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary.Builder |
authentication(AuthenticationSummary authentication)
A structure containing information about the authentication methods used in the workspace.
|
default WorkspaceSummary.Builder |
authentication(Consumer<AuthenticationSummary.Builder> authentication)
A structure containing information about the authentication methods used in the workspace.
|
WorkspaceSummary.Builder |
created(Instant created)
The date that the workspace was created.
|
WorkspaceSummary.Builder |
description(String description)
The customer-entered description of the workspace.
|
WorkspaceSummary.Builder |
endpoint(String endpoint)
The URL endpoint to use to access the Grafana console in the workspace.
|
WorkspaceSummary.Builder |
grafanaVersion(String grafanaVersion)
The Grafana version that the workspace is running.
|
WorkspaceSummary.Builder |
id(String id)
The unique ID of the workspace.
|
WorkspaceSummary.Builder |
modified(Instant modified)
The most recent date that the workspace was modified.
|
WorkspaceSummary.Builder |
name(String name)
The name of the workspace.
|
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.
|
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.
|
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.
|
WorkspaceSummary.Builder |
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.
|
WorkspaceSummary.Builder |
status(String status)
The current status of the workspace.
|
WorkspaceSummary.Builder |
status(WorkspaceStatus status)
The current status of the workspace.
|
WorkspaceSummary.Builder |
tags(Map<String,String> tags)
The list of tags associated with the workspace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceSummary.Builder authentication(AuthenticationSummary authentication)
A structure containing information about the authentication methods used in the workspace.
authentication - A structure containing information about the authentication methods used in the workspace.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 via AuthenticationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to authentication(AuthenticationSummary).
authentication - a consumer that will call methods on AuthenticationSummary.Builderauthentication(AuthenticationSummary)WorkspaceSummary.Builder created(Instant created)
The date that the workspace was created.
created - The date that the workspace was created.WorkspaceSummary.Builder description(String description)
The customer-entered description of the workspace.
description - The customer-entered description of the workspace.WorkspaceSummary.Builder endpoint(String endpoint)
The URL endpoint to use to access the Grafana console in the workspace.
endpoint - The URL endpoint to use to access the Grafana console in the workspace.WorkspaceSummary.Builder grafanaVersion(String grafanaVersion)
The Grafana version that the workspace is running.
grafanaVersion - The Grafana version that the workspace is running.WorkspaceSummary.Builder id(String id)
The unique ID of the workspace.
id - The unique ID of the workspace.WorkspaceSummary.Builder modified(Instant modified)
The most recent date that the workspace was modified.
modified - The most recent date that the workspace was modified.WorkspaceSummary.Builder name(String name)
The name of the workspace.
name - The name of the workspace.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.
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.WorkspaceSummary.Builder 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.
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.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.
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.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.
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.WorkspaceSummary.Builder status(String status)
The current status of the workspace.
status - The current status of the workspace.WorkspaceStatus,
WorkspaceStatusWorkspaceSummary.Builder status(WorkspaceStatus status)
The current status of the workspace.
status - The current status of the workspace.WorkspaceStatus,
WorkspaceStatusWorkspaceSummary.Builder tags(Map<String,String> tags)
The list of tags associated with the workspace.
tags - The list of tags associated with the workspace.Copyright © 2023. All rights reserved.