UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.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.
|
static UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.builder() |
|
default UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.networkAccessControl(Consumer<NetworkAccessConfiguration.Builder> networkAccessControl) |
The configuration settings for network access to your workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.networkAccessControl(NetworkAccessConfiguration networkAccessControl) |
The configuration settings for network access to your workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.organizationRoleName(String organizationRoleName) |
The name of an IAM role that already exists to use to access resources through Organizations.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.permissionType(String permissionType) |
Use this parameter if you want to change a workspace from SERVICE_MANAGED to
CUSTOMER_MANAGED.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.permissionType(PermissionType permissionType) |
Use this parameter if you want to change a workspace from SERVICE_MANAGED to
CUSTOMER_MANAGED.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.removeNetworkAccessConfiguration(Boolean removeNetworkAccessConfiguration) |
Whether to remove the network access configuration from the workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.removeVpcConfiguration(Boolean removeVpcConfiguration) |
Whether to remove the VPC configuration from the workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.stackSetName(String stackSetName) |
The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.toBuilder() |
|
default UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration) |
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect
to.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration) |
The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect
to.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSources(Collection<DataSourceType> workspaceDataSources) |
This parameter is for internal use only, and should not be used.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSources(DataSourceType... workspaceDataSources) |
This parameter is for internal use only, and should not be used.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSourcesWithStrings(String... workspaceDataSources) |
This parameter is for internal use only, and should not be used.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSourcesWithStrings(Collection<String> workspaceDataSources) |
This parameter is for internal use only, and should not be used.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDescription(String workspaceDescription) |
A description for the workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace to update.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceName(String workspaceName) |
A new name for the workspace to update.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinations(Collection<NotificationDestinationType> workspaceNotificationDestinations) |
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinations(NotificationDestinationType... workspaceNotificationDestinations) |
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinationsWithStrings(String... workspaceNotificationDestinations) |
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceNotificationDestinationsWithStrings(Collection<String> workspaceNotificationDestinations) |
Specify the Amazon Web Services notification channels that you plan to use in this workspace.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceRoleArn(String workspaceRoleArn) |
Specifies an IAM role that grants permissions to Amazon Web Services resources that the workspace accesses,
such as data sources and notification channels.
|