Interface TableBucketSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>,SdkBuilder<TableBucketSummary.Builder,TableBucketSummary>,SdkPojo
- Enclosing class:
- TableBucketSummary
public static interface TableBucketSummary.Builder extends SdkPojo, CopyableBuilder<TableBucketSummary.Builder,TableBucketSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableBucketSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the table bucket.TableBucketSummary.BuildercreatedAt(Instant createdAt)The date and time the table bucket was created at.TableBucketSummary.Buildername(String name)The name of the table bucket.TableBucketSummary.BuilderownerAccountId(String ownerAccountId)The ID of the account that owns the table bucket.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
TableBucketSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the table bucket.
- Parameters:
arn- The Amazon Resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TableBucketSummary.Builder name(String name)
The name of the table bucket.
- Parameters:
name- The name of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
TableBucketSummary.Builder ownerAccountId(String ownerAccountId)
The ID of the account that owns the table bucket.
- Parameters:
ownerAccountId- The ID of the account that owns the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
TableBucketSummary.Builder createdAt(Instant createdAt)
The date and time the table bucket was created at.
- Parameters:
createdAt- The date and time the table bucket was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-