public static interface UpdateTimeToLiveRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
Modifier and Type | Method and Description |
---|---|
UpdateTimeToLiveRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTimeToLiveRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTimeToLiveRequest.Builder |
tableName(String tableName)
The name of the table to be configured.
|
default UpdateTimeToLiveRequest.Builder |
timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
UpdateTimeToLiveRequest.Builder |
timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateTimeToLiveRequest.Builder tableName(String tableName)
The name of the table to be configured.
tableName
- The name of the table to be configured.UpdateTimeToLiveRequest.Builder timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification
- Represents the settings used to enable or disable Time to Live for the specified table.default UpdateTimeToLiveRequest.Builder timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
This is a convenience method that creates an instance of theTimeToLiveSpecification.Builder
avoiding
the need to create one manually via TimeToLiveSpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to timeToLiveSpecification(TimeToLiveSpecification)
.timeToLiveSpecification
- a consumer that will call methods on TimeToLiveSpecification.Builder
timeToLiveSpecification(TimeToLiveSpecification)
UpdateTimeToLiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateTimeToLiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.