Workgroup.Builder |
Workgroup.Builder.baseCapacity(Integer baseCapacity) |
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
|
static Workgroup.Builder |
Workgroup.builder() |
|
Workgroup.Builder |
Workgroup.Builder.configParameters(Collection<ConfigParameter> configParameters) |
An array of parameters to set for advanced control over a database.
|
Workgroup.Builder |
Workgroup.Builder.configParameters(Consumer<ConfigParameter.Builder>... configParameters) |
An array of parameters to set for advanced control over a database.
|
Workgroup.Builder |
Workgroup.Builder.configParameters(ConfigParameter... configParameters) |
An array of parameters to set for advanced control over a database.
|
Workgroup.Builder |
Workgroup.Builder.creationDate(Instant creationDate) |
The creation date of the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.crossAccountVpcs(String... crossAccountVpcs) |
A list of VPCs.
|
Workgroup.Builder |
Workgroup.Builder.crossAccountVpcs(Collection<String> crossAccountVpcs) |
A list of VPCs.
|
Workgroup.Builder |
Workgroup.Builder.customDomainCertificateArn(String customDomainCertificateArn) |
The custom domain name’s certificate Amazon resource name (ARN).
|
Workgroup.Builder |
Workgroup.Builder.customDomainCertificateExpiryTime(Instant customDomainCertificateExpiryTime) |
The expiration time for the certificate.
|
Workgroup.Builder |
Workgroup.Builder.customDomainName(String customDomainName) |
The custom domain name associated with the workgroup.
|
default Workgroup.Builder |
Workgroup.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) |
The endpoint that is created from the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.endpoint(Endpoint endpoint) |
The endpoint that is created from the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.enhancedVpcRouting(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.Builder |
Workgroup.Builder.maxCapacity(Integer maxCapacity) |
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.
|
Workgroup.Builder |
Workgroup.Builder.namespaceName(String namespaceName) |
The namespace the workgroup is associated with.
|
Workgroup.Builder |
Workgroup.Builder.patchVersion(String patchVersion) |
The patch version of your Amazon Redshift Serverless workgroup.
|
Workgroup.Builder |
Workgroup.Builder.port(Integer port) |
The custom port to use when connecting to a workgroup.
|
Workgroup.Builder |
Workgroup.Builder.publiclyAccessible(Boolean publiclyAccessible) |
A value that specifies whether the workgroup can be accessible from a public network
|
Workgroup.Builder |
Workgroup.Builder.securityGroupIds(String... securityGroupIds) |
An array of security group IDs to associate with the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.securityGroupIds(Collection<String> securityGroupIds) |
An array of security group IDs to associate with the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.status(String status) |
The status of the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.status(WorkgroupStatus status) |
The status of the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.subnetIds(String... subnetIds) |
An array of subnet IDs the workgroup is associated with.
|
Workgroup.Builder |
Workgroup.Builder.subnetIds(Collection<String> subnetIds) |
An array of subnet IDs the workgroup is associated with.
|
Workgroup.Builder |
Workgroup.toBuilder() |
|
Workgroup.Builder |
Workgroup.Builder.workgroupArn(String workgroupArn) |
The Amazon Resource Name (ARN) that links to the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.workgroupId(String workgroupId) |
The unique identifier of the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.workgroupName(String workgroupName) |
The name of the workgroup.
|
Workgroup.Builder |
Workgroup.Builder.workgroupVersion(String workgroupVersion) |
The Amazon Redshift Serverless version of your workgroup.
|