Interface DataTableSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataTableSummary.Builder,,DataTableSummary> SdkBuilder<DataTableSummary.Builder,,DataTableSummary> SdkPojo
- Enclosing class:
DataTableSummary
@Mutable
@NotThreadSafe
public static interface DataTableSummary.Builder
extends SdkPojo, CopyableBuilder<DataTableSummary.Builder,DataTableSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe summary's ARN.The summary's ID.lastModifiedRegion(String lastModifiedRegion) The summary's last modified region.lastModifiedTime(Instant lastModifiedTime) The summary's last modified time.The summary's name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The summary's name.
- Parameters:
name- The summary's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The summary's ID.
- Parameters:
id- The summary's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The summary's ARN.
- Parameters:
arn- The summary's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The summary's last modified time.
- Parameters:
lastModifiedTime- The summary's last modified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The summary's last modified region.
- Parameters:
lastModifiedRegion- The summary's last modified region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-