@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkgroupRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<UpdateWorkgroupRequest.Builder,UpdateWorkgroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkgroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
baseCapacity()
The new base data warehouse capacity in Redshift Processing Units (RPUs).
|
static UpdateWorkgroupRequest.Builder |
builder() |
List<ConfigParameter> |
configParameters()
An array of parameters to set for advanced control over a database.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfigParameters()
For responses, this returns true if the service returned a value for the ConfigParameters property.
|
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
boolean |
hasSubnetIds()
For responses, this returns true if the service returned a value for the SubnetIds property.
|
Integer |
port()
The custom port to use when connecting to a workgroup.
|
Boolean |
publiclyAccessible()
A value that specifies whether the workgroup can be accessible from a public network.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
An array of security group IDs to associate with the workgroup.
|
static Class<? extends UpdateWorkgroupRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
An array of VPC subnet IDs to associate with the workgroup.
|
UpdateWorkgroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The name of the workgroup to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer baseCapacity()
The new base data warehouse capacity in Redshift Processing Units (RPUs).
public final boolean hasConfigParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConfigParameters() method.
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.public final 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.
public final 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.
public final Boolean publiclyAccessible()
A value that specifies whether the workgroup can be accessible from a public network.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroupIds()
An array of security group IDs to associate with the workgroup.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public final boolean hasSubnetIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> subnetIds()
An array of VPC subnet IDs to associate with the workgroup.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSubnetIds() method.
public final String workgroupName()
The name of the workgroup to update. You can't update the name of a workgroup once it is created.
public UpdateWorkgroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkgroupRequest.Builder,UpdateWorkgroupRequest>toBuilder in class RedshiftServerlessRequestpublic static UpdateWorkgroupRequest.Builder builder()
public static Class<? extends UpdateWorkgroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.