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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateTimeToLiveResponse.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.BuildertimeToLiveSpecification(TimeToLiveSpecification)Copyright © 2019. All rights reserved.