| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkgroupResult> |
AbstractAWSRedshiftServerlessAsync.createWorkgroupAsync(CreateWorkgroupRequest request,
AsyncHandler<CreateWorkgroupRequest,CreateWorkgroupResult> asyncHandler) |
Future<CreateWorkgroupResult> |
AWSRedshiftServerlessAsyncClient.createWorkgroupAsync(CreateWorkgroupRequest request,
AsyncHandler<CreateWorkgroupRequest,CreateWorkgroupResult> asyncHandler) |
Future<CreateWorkgroupResult> |
AWSRedshiftServerlessAsync.createWorkgroupAsync(CreateWorkgroupRequest createWorkgroupRequest,
AsyncHandler<CreateWorkgroupRequest,CreateWorkgroupResult> asyncHandler)
Creates an workgroup in Amazon Redshift Serverless.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkgroupRequest |
CreateWorkgroupRequest.clone() |
CreateWorkgroupRequest |
CreateWorkgroupRequest.withBaseCapacity(Integer baseCapacity)
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withConfigParameters(Collection<ConfigParameter> configParameters)
An array of parameters to set for advanced control over a database.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withConfigParameters(ConfigParameter... configParameters)
An array of parameters to set for advanced control over a database.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon
Redshift Serverless to route traffic through your VPC instead of over the internet.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withMaxCapacity(Integer maxCapacity)
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withNamespaceName(String namespaceName)
The name of the namespace to associate with the workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withPort(Integer port)
The custom port to use when connecting to a workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withPubliclyAccessible(Boolean publiclyAccessible)
A value that specifies whether the workgroup can be accessed from a public network.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withSecurityGroupIds(String... securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withSubnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withSubnetIds(String... subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withTags(Collection<Tag> tags)
A array of tag instances.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withTags(Tag... tags)
A array of tag instances.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withWorkgroupName(String workgroupName)
The name of the created workgroup.
|
Copyright © 2023. All rights reserved.