| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Workgroup |
Workgroup.clone() |
Workgroup |
CreateWorkgroupResult.getWorkgroup()
The created workgroup object.
|
Workgroup |
UpdateWorkgroupResult.getWorkgroup()
The updated workgroup object.
|
Workgroup |
GetWorkgroupResult.getWorkgroup()
The returned workgroup object.
|
Workgroup |
DeleteWorkgroupResult.getWorkgroup()
The deleted workgroup object.
|
Workgroup |
Workgroup.withBaseCapacity(Integer baseCapacity)
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
|
Workgroup |
Workgroup.withConfigParameters(Collection<ConfigParameter> configParameters)
An array of parameters to set for finer control over a database.
|
Workgroup |
Workgroup.withConfigParameters(ConfigParameter... configParameters)
An array of parameters to set for finer control over a database.
|
Workgroup |
Workgroup.withCreationDate(Date creationDate)
The creation date of the workgroup.
|
Workgroup |
Workgroup.withEndpoint(Endpoint endpoint)
The endpoint that is created from the workgroup.
|
Workgroup |
Workgroup.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon
Redshift Serverless to route traffic through your VPC.
|
Workgroup |
Workgroup.withNamespaceName(String namespaceName)
The namespace the workgroup is associated with.
|
Workgroup |
Workgroup.withPort(Integer port)
The custom port to use when connecting to a workgroup.
|
Workgroup |
Workgroup.withPubliclyAccessible(Boolean publiclyAccessible)
A value that specifies whether the workgroup can be accessible from a public network
|
Workgroup |
Workgroup.withSecurityGroupIds(Collection<String> securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
Workgroup |
Workgroup.withSecurityGroupIds(String... securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
Workgroup |
Workgroup.withStatus(String status)
The status of the workgroup.
|
Workgroup |
Workgroup.withStatus(WorkgroupStatus status)
The status of the workgroup.
|
Workgroup |
Workgroup.withSubnetIds(Collection<String> subnetIds)
An array of subnet IDs the workgroup is associated with.
|
Workgroup |
Workgroup.withSubnetIds(String... subnetIds)
An array of subnet IDs the workgroup is associated with.
|
Workgroup |
Workgroup.withWorkgroupArn(String workgroupArn)
The Amazon Resource Name (ARN) that links to the workgroup.
|
Workgroup |
Workgroup.withWorkgroupId(String workgroupId)
The unique identifier of the workgroup.
|
Workgroup |
Workgroup.withWorkgroupName(String workgroupName)
The name of the workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workgroup> |
ListWorkgroupsResult.getWorkgroups()
The returned array of workgroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkgroupResult.setWorkgroup(Workgroup workgroup)
The created workgroup object.
|
void |
UpdateWorkgroupResult.setWorkgroup(Workgroup workgroup)
The updated workgroup object.
|
void |
GetWorkgroupResult.setWorkgroup(Workgroup workgroup)
The returned workgroup object.
|
void |
DeleteWorkgroupResult.setWorkgroup(Workgroup workgroup)
The deleted workgroup object.
|
CreateWorkgroupResult |
CreateWorkgroupResult.withWorkgroup(Workgroup workgroup)
The created workgroup object.
|
UpdateWorkgroupResult |
UpdateWorkgroupResult.withWorkgroup(Workgroup workgroup)
The updated workgroup object.
|
GetWorkgroupResult |
GetWorkgroupResult.withWorkgroup(Workgroup workgroup)
The returned workgroup object.
|
DeleteWorkgroupResult |
DeleteWorkgroupResult.withWorkgroup(Workgroup workgroup)
The deleted workgroup object.
|
ListWorkgroupsResult |
ListWorkgroupsResult.withWorkgroups(Workgroup... workgroups)
The returned array of workgroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkgroupsResult.setWorkgroups(Collection<Workgroup> workgroups)
The returned array of workgroups.
|
ListWorkgroupsResult |
ListWorkgroupsResult.withWorkgroups(Collection<Workgroup> workgroups)
The returned array of workgroups.
|
Copyright © 2022. All rights reserved.