Interface CreateWorkspaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>,GrafanaRequest.Builder,SdkBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWorkspaceRequest
public static interface CreateWorkspaceRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceRequest.Builder,CreateWorkspaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateWorkspaceRequest.BuilderaccountAccessType(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.CreateWorkspaceRequest.BuilderaccountAccessType(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.CreateWorkspaceRequest.BuilderauthenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace.CreateWorkspaceRequest.BuilderauthenticationProviders(AuthenticationProviderTypes... authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace.CreateWorkspaceRequest.BuilderauthenticationProvidersWithStrings(String... authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace.CreateWorkspaceRequest.BuilderauthenticationProvidersWithStrings(Collection<String> authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace.CreateWorkspaceRequest.BuilderclientToken(String clientToken)A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.CreateWorkspaceRequest.Builderconfiguration(String configuration)The configuration string for the workspace that you create.CreateWorkspaceRequest.BuildergrafanaVersion(String grafanaVersion)Specifies the version of Grafana to support in the new workspace.default CreateWorkspaceRequest.BuildernetworkAccessControl(Consumer<NetworkAccessConfiguration.Builder> networkAccessControl)Configuration for network access to your workspace.CreateWorkspaceRequest.BuildernetworkAccessControl(NetworkAccessConfiguration networkAccessControl)Configuration for network access to your workspace.CreateWorkspaceRequest.BuilderorganizationRoleName(String organizationRoleName)The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.CreateWorkspaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkspaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkspaceRequest.BuilderpermissionType(String permissionType)When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.CreateWorkspaceRequest.BuilderpermissionType(PermissionType permissionType)When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.CreateWorkspaceRequest.BuilderstackSetName(String stackSetName)The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.CreateWorkspaceRequest.Buildertags(Map<String,String> tags)The list of tags associated with the workspace.default CreateWorkspaceRequest.BuildervpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.CreateWorkspaceRequest.BuildervpcConfiguration(VpcConfiguration vpcConfiguration)The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.CreateWorkspaceRequest.BuilderworkspaceDataSources(Collection<DataSourceType> workspaceDataSources)This parameter is for internal use only, and should not be used.CreateWorkspaceRequest.BuilderworkspaceDataSources(DataSourceType... workspaceDataSources)This parameter is for internal use only, and should not be used.CreateWorkspaceRequest.BuilderworkspaceDataSourcesWithStrings(String... workspaceDataSources)This parameter is for internal use only, and should not be used.CreateWorkspaceRequest.BuilderworkspaceDataSourcesWithStrings(Collection<String> workspaceDataSources)This parameter is for internal use only, and should not be used.CreateWorkspaceRequest.BuilderworkspaceDescription(String workspaceDescription)A description for the workspace.CreateWorkspaceRequest.BuilderworkspaceName(String workspaceName)The name for the workspace.CreateWorkspaceRequest.BuilderworkspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.CreateWorkspaceRequest.BuilderworkspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.CreateWorkspaceRequest.BuilderworkspaceNotificationDestinationsWithStrings(String... workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.CreateWorkspaceRequest.BuilderworkspaceNotificationDestinationsWithStrings(Collection<String> workspaceNotificationDestinations)Specify the Amazon Web Services notification channels that you plan to use in this workspace.CreateWorkspaceRequest.BuilderworkspaceOrganizationalUnits(String... workspaceOrganizationalUnits)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.CreateWorkspaceRequest.BuilderworkspaceOrganizationalUnits(Collection<String> workspaceOrganizationalUnits)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.CreateWorkspaceRequest.BuilderworkspaceRoleArn(String workspaceRoleArn)Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels.-
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
-
accountAccessType
CreateWorkspaceRequest.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. If you specify
ORGANIZATION, you must specify which organizational units the workspace can access in theworkspaceOrganizationalUnitsparameter.- Parameters:
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. If you specifyORGANIZATION, you must specify which organizational units the workspace can access in theworkspaceOrganizationalUnitsparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountAccessType,AccountAccessType
-
accountAccessType
CreateWorkspaceRequest.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. If you specify
ORGANIZATION, you must specify which organizational units the workspace can access in theworkspaceOrganizationalUnitsparameter.- Parameters:
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. If you specifyORGANIZATION, you must specify which organizational units the workspace can access in theworkspaceOrganizationalUnitsparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountAccessType,AccountAccessType
-
authenticationProvidersWithStrings
CreateWorkspaceRequest.Builder authenticationProvidersWithStrings(Collection<String> authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
- Parameters:
authenticationProviders- Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProvidersWithStrings
CreateWorkspaceRequest.Builder authenticationProvidersWithStrings(String... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
- Parameters:
authenticationProviders- Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProviders
CreateWorkspaceRequest.Builder authenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
- Parameters:
authenticationProviders- Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProviders
CreateWorkspaceRequest.Builder authenticationProviders(AuthenticationProviderTypes... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
- Parameters:
authenticationProviders- Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateWorkspaceRequest.Builder clientToken(String clientToken)
A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
CreateWorkspaceRequest.Builder configuration(String configuration)
The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.
- Parameters:
configuration- The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grafanaVersion
CreateWorkspaceRequest.Builder grafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the new workspace.
To get a list of supported version, use the
ListVersionsoperation.- Parameters:
grafanaVersion- Specifies the version of Grafana to support in the new workspace.To get a list of supported version, use the
ListVersionsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAccessControl
CreateWorkspaceRequest.Builder networkAccessControl(NetworkAccessConfiguration networkAccessControl)
Configuration for network access to your workspace.
When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.
If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
- Parameters:
networkAccessControl- Configuration for network access to your workspace.When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.
If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAccessControl
default CreateWorkspaceRequest.Builder networkAccessControl(Consumer<NetworkAccessConfiguration.Builder> networkAccessControl)
Configuration for network access to your workspace.
When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required.
If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
This is a convenience method that creates an instance of theNetworkAccessConfiguration.Builderavoiding the need to create one manually viaNetworkAccessConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkAccessControl(NetworkAccessConfiguration).- Parameters:
networkAccessControl- a consumer that will call methods onNetworkAccessConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
networkAccessControl(NetworkAccessConfiguration)
-
organizationRoleName
CreateWorkspaceRequest.Builder organizationRoleName(String organizationRoleName)
The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.
- Parameters:
organizationRoleName- The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionType
CreateWorkspaceRequest.Builder permissionType(String permissionType)
When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
You must also specify a
workspaceRoleArnfor a role that you will manage for the workspace to use when accessing those datasources and notification channels.The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to
SERVICE_MANAGED.Use only the
CUSTOMER_MANAGEDpermission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels.
- Parameters:
permissionType- When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.You must also specify a
workspaceRoleArnfor a role that you will manage for the workspace to use when accessing those datasources and notification channels.The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to
SERVICE_MANAGED.Use only the
CUSTOMER_MANAGEDpermission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
permissionType
CreateWorkspaceRequest.Builder permissionType(PermissionType permissionType)
When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
You must also specify a
workspaceRoleArnfor a role that you will manage for the workspace to use when accessing those datasources and notification channels.The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to
SERVICE_MANAGED.Use only the
CUSTOMER_MANAGEDpermission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels.
- Parameters:
permissionType- When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.You must also specify a
workspaceRoleArnfor a role that you will manage for the workspace to use when accessing those datasources and notification channels.The ability for Amazon Managed Grafana to create and update IAM roles on behalf of the user is supported only in the Amazon Managed Grafana console, where this value may be set to
SERVICE_MANAGED.Use only the
CUSTOMER_MANAGEDpermission type when creating a workspace with the API, CLI or Amazon Web Services CloudFormation.For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
stackSetName
CreateWorkspaceRequest.Builder stackSetName(String stackSetName)
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
- Parameters:
stackSetName- The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateWorkspaceRequest.Builder tags(Map<String,String> 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.
-
vpcConfiguration
CreateWorkspaceRequest.Builder vpcConfiguration(VpcConfiguration vpcConfiguration)
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
- Parameters:
vpcConfiguration- The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.Connecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfiguration
default CreateWorkspaceRequest.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.
This is a convenience method that creates an instance of theConnecting to a private VPC is not yet available in the Asia Pacific (Seoul) Region (ap-northeast-2).
VpcConfiguration.Builderavoiding the need to create one manually viaVpcConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfiguration(VpcConfiguration).- Parameters:
vpcConfiguration- a consumer that will call methods onVpcConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConfiguration(VpcConfiguration)
-
workspaceDataSourcesWithStrings
CreateWorkspaceRequest.Builder workspaceDataSourcesWithStrings(Collection<String> workspaceDataSources)
This parameter is for internal use only, and should not be used.
- Parameters:
workspaceDataSources- This parameter is for internal use only, and should not be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceDataSourcesWithStrings
CreateWorkspaceRequest.Builder workspaceDataSourcesWithStrings(String... workspaceDataSources)
This parameter is for internal use only, and should not be used.
- Parameters:
workspaceDataSources- This parameter is for internal use only, and should not be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceDataSources
CreateWorkspaceRequest.Builder workspaceDataSources(Collection<DataSourceType> workspaceDataSources)
This parameter is for internal use only, and should not be used.
- Parameters:
workspaceDataSources- This parameter is for internal use only, and should not be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceDataSources
CreateWorkspaceRequest.Builder workspaceDataSources(DataSourceType... workspaceDataSources)
This parameter is for internal use only, and should not be used.
- Parameters:
workspaceDataSources- This parameter is for internal use only, and should not be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceDescription
CreateWorkspaceRequest.Builder workspaceDescription(String workspaceDescription)
A description for the workspace. This is used only to help you identify this workspace.
Pattern:
^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$- Parameters:
workspaceDescription- A description for the workspace. This is used only to help you identify this workspace.Pattern:
^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
CreateWorkspaceRequest.Builder workspaceName(String workspaceName)
The name for the workspace. It does not have to be unique.
- Parameters:
workspaceName- The name for the workspace. It does not have to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceNotificationDestinationsWithStrings
CreateWorkspaceRequest.Builder workspaceNotificationDestinationsWithStrings(Collection<String> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.
- Parameters:
workspaceNotificationDestinations- Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceNotificationDestinationsWithStrings
CreateWorkspaceRequest.Builder workspaceNotificationDestinationsWithStrings(String... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.
- Parameters:
workspaceNotificationDestinations- Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceNotificationDestinations
CreateWorkspaceRequest.Builder workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.
- Parameters:
workspaceNotificationDestinations- Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceNotificationDestinations
CreateWorkspaceRequest.Builder workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations)
Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.
- Parameters:
workspaceNotificationDestinations- Specify the Amazon Web Services notification channels that you plan to use in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to use these channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceOrganizationalUnits
CreateWorkspaceRequest.Builder workspaceOrganizationalUnits(Collection<String> workspaceOrganizationalUnits)
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.
- Parameters:
workspaceOrganizationalUnits- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceOrganizationalUnits
CreateWorkspaceRequest.Builder workspaceOrganizationalUnits(String... workspaceOrganizationalUnits)
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.
- Parameters:
workspaceOrganizationalUnits- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceRoleArn
CreateWorkspaceRequest.Builder workspaceRoleArn(String workspaceRoleArn)
Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels. You are responsible for managing the permissions for this role as new data sources or notification channels are added.
- Parameters:
workspaceRoleArn- Specified the IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from, including both data sources and notification channels. You are responsible for managing the permissions for this role as new data sources or notification channels are added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-