@Generated(value="software.amazon.awssdk:codegen") public final class Workgroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Workgroup.Builder,Workgroup>
The collection of computing resources from which an endpoint is created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Workgroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
baseCapacity()
The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).
|
static Workgroup.Builder |
builder() |
List<ConfigParameter> |
configParameters()
An array of parameters to set for advanced control over a database.
|
Instant |
creationDate()
The creation date of the workgroup.
|
Endpoint |
endpoint()
The endpoint that is created from the workgroup.
|
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.
|
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.
|
String |
namespaceName()
The namespace the workgroup is associated with.
|
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 Workgroup.Builder> |
serializableBuilderClass() |
WorkgroupStatus |
status()
The status of the workgroup.
|
String |
statusAsString()
The status of the workgroup.
|
List<String> |
subnetIds()
An array of subnet IDs the workgroup is associated with.
|
Workgroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workgroupArn()
The Amazon Resource Name (ARN) that links to the workgroup.
|
String |
workgroupId()
The unique identifier of the workgroup.
|
String |
workgroupName()
The name of the workgroup.
|
clone, 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 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 Instant creationDate()
The creation date of the workgroup.
public final Endpoint endpoint()
The endpoint that is created from the workgroup.
public final 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.
public final String namespaceName()
The namespace the workgroup is associated with.
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 WorkgroupStatus status()
The status of the workgroup.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkgroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
WorkgroupStatuspublic final String statusAsString()
The status of the workgroup.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkgroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
WorkgroupStatuspublic 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 subnet IDs the workgroup is associated with.
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 workgroupArn()
The Amazon Resource Name (ARN) that links to the workgroup.
public final String workgroupId()
The unique identifier of the workgroup.
public final String workgroupName()
The name of the workgroup.
public Workgroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Workgroup.Builder,Workgroup>public static Workgroup.Builder builder()
public static Class<? extends Workgroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.