public static interface UpdateWorkgroupRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkgroupRequest.Builder,UpdateWorkgroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkgroupRequest.Builder |
baseCapacity(Integer baseCapacity)
The new base data warehouse capacity in Redshift Processing Units (RPUs).
|
UpdateWorkgroupRequest.Builder |
configParameters(Collection<ConfigParameter> configParameters)
An array of parameters to set for advanced control over a database.
|
UpdateWorkgroupRequest.Builder |
configParameters(ConfigParameter... configParameters)
An array of parameters to set for advanced control over a database.
|
UpdateWorkgroupRequest.Builder |
configParameters(Consumer<ConfigParameter.Builder>... configParameters)
An array of parameters to set for advanced control over a database.
|
UpdateWorkgroupRequest.Builder |
enhancedVpcRouting(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.
|
UpdateWorkgroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkgroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkgroupRequest.Builder |
port(Integer port)
The custom port to use when connecting to a workgroup.
|
UpdateWorkgroupRequest.Builder |
publiclyAccessible(Boolean publiclyAccessible)
A value that specifies whether the workgroup can be accessible from a public network.
|
UpdateWorkgroupRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
UpdateWorkgroupRequest.Builder |
securityGroupIds(String... securityGroupIds)
An array of security group IDs to associate with the workgroup.
|
UpdateWorkgroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
UpdateWorkgroupRequest.Builder |
subnetIds(String... subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
|
UpdateWorkgroupRequest.Builder |
workgroupName(String workgroupName)
The name of the workgroup to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkgroupRequest.Builder baseCapacity(Integer baseCapacity)
The new base data warehouse capacity in Redshift Processing Units (RPUs).
baseCapacity - The new base data warehouse capacity in Redshift Processing Units (RPUs).UpdateWorkgroupRequest.Builder configParameters(Collection<ConfigParameter> configParameters)
An array of parameters to set for advanced control over a database. The options are auto_mv,
datestyle, enable_case_sensitivity_identifier,
enable_user_activity_logging, query_group, search_path, and query
monitoring metrics that let you define performance boundaries. For more information about query monitoring
rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
configParameters - An array of parameters to set for advanced control over a database. The options are
auto_mv, datestyle, enable_case_sensitivity_identifier,
enable_user_activity_logging, query_group, search_path, and
query monitoring metrics that let you define performance boundaries. For more information about query
monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.UpdateWorkgroupRequest.Builder configParameters(ConfigParameter... configParameters)
An array of parameters to set for advanced control over a database. The options are auto_mv,
datestyle, enable_case_sensitivity_identifier,
enable_user_activity_logging, query_group, search_path, and query
monitoring metrics that let you define performance boundaries. For more information about query monitoring
rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
configParameters - An array of parameters to set for advanced control over a database. The options are
auto_mv, datestyle, enable_case_sensitivity_identifier,
enable_user_activity_logging, query_group, search_path, and
query monitoring metrics that let you define performance boundaries. For more information about query
monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.UpdateWorkgroupRequest.Builder configParameters(Consumer<ConfigParameter.Builder>... configParameters)
An array of parameters to set for advanced control over a database. The options are auto_mv,
datestyle, enable_case_sensitivity_identifier,
enable_user_activity_logging, query_group, search_path, and query
monitoring metrics that let you define performance boundaries. For more information about query monitoring
rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
ConfigParameter.Builder avoiding the need to
create one manually via
ConfigParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configParameters(List.
configParameters - a consumer that will call methods on
ConfigParameter.Builder#configParameters(java.util.Collection) UpdateWorkgroupRequest.Builder enhancedVpcRouting(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.
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.UpdateWorkgroupRequest.Builder port(Integer port)
The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
port - The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215.
The default is 5439.UpdateWorkgroupRequest.Builder publiclyAccessible(Boolean publiclyAccessible)
A value that specifies whether the workgroup can be accessible from a public network.
publiclyAccessible - A value that specifies whether the workgroup can be accessible from a public network.UpdateWorkgroupRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
An array of security group IDs to associate with the workgroup.
securityGroupIds - An array of security group IDs to associate with the workgroup.UpdateWorkgroupRequest.Builder securityGroupIds(String... securityGroupIds)
An array of security group IDs to associate with the workgroup.
securityGroupIds - An array of security group IDs to associate with the workgroup.UpdateWorkgroupRequest.Builder subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
subnetIds - An array of VPC subnet IDs to associate with the workgroup.UpdateWorkgroupRequest.Builder subnetIds(String... subnetIds)
An array of VPC subnet IDs to associate with the workgroup.
subnetIds - An array of VPC subnet IDs to associate with the workgroup.UpdateWorkgroupRequest.Builder workgroupName(String workgroupName)
The name of the workgroup to update. You can't update the name of a workgroup once it is created.
workgroupName - The name of the workgroup to update. You can't update the name of a workgroup once it is created.UpdateWorkgroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkgroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.