Class ManagedWorkgroupListItem
- java.lang.Object
-
- software.amazon.awssdk.services.redshiftserverless.model.ManagedWorkgroupListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManagedWorkgroupListItem.Builder,ManagedWorkgroupListItem>
@Generated("software.amazon.awssdk:codegen") public final class ManagedWorkgroupListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedWorkgroupListItem.Builder,ManagedWorkgroupListItem>
A collection of Amazon Redshift compute resources managed by AWS Glue.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedWorkgroupListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedWorkgroupListItem.Builderbuilder()InstantcreationDate()The creation date of the managed workgroup.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmanagedWorkgroupId()The unique identifier of the managed workgroup.StringmanagedWorkgroupName()The name of the managed workgroup.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ManagedWorkgroupListItem.Builder>serializableBuilderClass()StringsourceArn()The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.ManagedWorkgroupStatusstatus()The status of the managed workgroup.StringstatusAsString()The status of the managed workgroup.ManagedWorkgroupListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
creationDate
public final Instant creationDate()
The creation date of the managed workgroup.
- Returns:
- The creation date of the managed workgroup.
-
managedWorkgroupId
public final String managedWorkgroupId()
The unique identifier of the managed workgroup.
- Returns:
- The unique identifier of the managed workgroup.
-
managedWorkgroupName
public final String managedWorkgroupName()
The name of the managed workgroup.
- Returns:
- The name of the managed workgroup.
-
sourceArn
public final String sourceArn()
The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
- Returns:
- The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
-
status
public final ManagedWorkgroupStatus status()
The status of the managed workgroup.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnManagedWorkgroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the managed workgroup.
- See Also:
ManagedWorkgroupStatus
-
statusAsString
public final String statusAsString()
The status of the managed workgroup.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnManagedWorkgroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the managed workgroup.
- See Also:
ManagedWorkgroupStatus
-
toBuilder
public ManagedWorkgroupListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManagedWorkgroupListItem.Builder,ManagedWorkgroupListItem>
-
builder
public static ManagedWorkgroupListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManagedWorkgroupListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-