public static interface UpdateTableRequest.Builder extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTableRequest.Builder databaseName(String databaseName)
The name of the Timestream database.
databaseName - The name of the Timestream database.UpdateTableRequest.Builder tableName(String tableName)
The name of the Timestream table.
tableName - The name of the Timestream table.UpdateTableRequest.Builder retentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
retentionProperties - The retention duration of the memory store and the magnetic store.default UpdateTableRequest.Builder retentionProperties(Consumer<RetentionProperties.Builder> retentionProperties)
The retention duration of the memory store and the magnetic store.
This is a convenience method that creates an instance of theRetentionProperties.Builder avoiding the
need to create one manually via RetentionProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to retentionProperties(RetentionProperties).
retentionProperties - a consumer that will call methods on RetentionProperties.BuilderretentionProperties(RetentionProperties)UpdateTableRequest.Builder magneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
magneticStoreWriteProperties - Contains properties to set on the table when enabling magnetic store writes.default UpdateTableRequest.Builder magneticStoreWriteProperties(Consumer<MagneticStoreWriteProperties.Builder> magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
This is a convenience method that creates an instance of theMagneticStoreWriteProperties.Builder
avoiding the need to create one manually via MagneticStoreWriteProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to magneticStoreWriteProperties(MagneticStoreWriteProperties).
magneticStoreWriteProperties - a consumer that will call methods on MagneticStoreWriteProperties.BuildermagneticStoreWriteProperties(MagneticStoreWriteProperties)UpdateTableRequest.Builder schema(Schema schema)
The schema of the table.
schema - The schema of the table.default UpdateTableRequest.Builder schema(Consumer<Schema.Builder> schema)
The schema of the table.
This is a convenience method that creates an instance of theSchema.Builder avoiding the need to
create one manually via Schema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schema(Schema).
schema - a consumer that will call methods on Schema.Builderschema(Schema)UpdateTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.