public static interface UpdateTimeToLiveResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateTimeToLiveResponse.Builder,UpdateTimeToLiveResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateTimeToLiveResponse.Builder |
timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
UpdateTimeToLiveResponse.Builder |
timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateTimeToLiveResponse.Builder timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the output of an UpdateTimeToLive
operation.
timeToLiveSpecification
- Represents the output of an UpdateTimeToLive
operation.default UpdateTimeToLiveResponse.Builder timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the output of an UpdateTimeToLive
operation.
TimeToLiveSpecification.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)
Copyright © 2021. All rights reserved.