@Generated(value="software.amazon.awssdk:codegen") public final class CreateWorkgroupRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<CreateWorkgroupRequest.Builder,CreateWorkgroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateWorkgroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
baseCapacity()
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
|
static CreateWorkgroupRequest.Builder |
builder() |
List<ConfigParameter> |
configParameters()
An array of parameters to set for more control over a serverless 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 instead of over the internet.
|
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.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
namespaceName()
The name of the namespace to associate with the workgroup.
|
Boolean |
publiclyAccessible()
A value that specifies whether the workgroup can be accessed from a public network.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
An array of security group IDs to associate with the workgroup.
|
static Class<? extends CreateWorkgroupRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
An array of VPC subnet IDs to associate with the workgroup.
|
List<Tag> |
tags()
A array of tag instances.
|
CreateWorkgroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupName()
The name of the created workgroup.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer baseCapacity()
The base data warehouse capacity of the workgroup 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 more control over a serverless database. The options are datestyle, enable_user_activity_logging, query_group, search_path, and
max_query_execution_time.
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.
datestyle, enable_user_activity_logging, query_group,
search_path, and max_query_execution_time.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 instead of over the internet.
public final String namespaceName()
The name of the namespace to associate with the workgroup.
public final Boolean publiclyAccessible()
A value that specifies whether the workgroup can be accessed 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 boolean hasTags()
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<Tag> tags()
A array of tag instances.
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 hasTags() method.
public final String workgroupName()
The name of the created workgroup.
public CreateWorkgroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateWorkgroupRequest.Builder,CreateWorkgroupRequest>toBuilder in class RedshiftServerlessRequestpublic static CreateWorkgroupRequest.Builder builder()
public static Class<? extends CreateWorkgroupRequest.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 © 2022. All rights reserved.