Class TableBucketSummary
- java.lang.Object
-
- software.amazon.awssdk.services.s3tables.model.TableBucketSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>
@Generated("software.amazon.awssdk:codegen") public final class TableBucketSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>
Contains details about a table bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableBucketSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the table bucket.static TableBucketSummary.Builderbuilder()InstantcreatedAt()The date and time the table bucket was created at.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the table bucket.StringownerAccountId()The ID of the account that owns the table bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TableBucketSummary.Builder>serializableBuilderClass()TableBucketSummary.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the table bucket.
- Returns:
- The Amazon Resource Name (ARN) of the table bucket.
-
name
public final String name()
The name of the table bucket.
- Returns:
- The name of the table bucket.
-
ownerAccountId
public final String ownerAccountId()
The ID of the account that owns the table bucket.
- Returns:
- The ID of the account that owns the table bucket.
-
createdAt
public final Instant createdAt()
The date and time the table bucket was created at.
- Returns:
- The date and time the table bucket was created at.
-
toBuilder
public TableBucketSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>
-
builder
public static TableBucketSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableBucketSummary.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
-
-