Class RedshiftServerlessStorage
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.RedshiftServerlessStorage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftServerlessStorage.Builder,RedshiftServerlessStorage>
@Generated("software.amazon.awssdk:codegen") public final class RedshiftServerlessStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftServerlessStorage.Builder,RedshiftServerlessStorage>
The details of the Amazon Redshift Serverless workgroup storage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftServerlessStorage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftServerlessStorage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RedshiftServerlessStorage.Builder>serializableBuilderClass()RedshiftServerlessStorage.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkgroupName()The name of the Amazon Redshift Serverless workgroup.-
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
-
workgroupName
public final String workgroupName()
The name of the Amazon Redshift Serverless workgroup.
- Returns:
- The name of the Amazon Redshift Serverless workgroup.
-
toBuilder
public RedshiftServerlessStorage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftServerlessStorage.Builder,RedshiftServerlessStorage>
-
builder
public static RedshiftServerlessStorage.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftServerlessStorage.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.
-
-