public static interface DescribeTimeToLiveResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeTimeToLiveResponse.Builder,DescribeTimeToLiveResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTimeToLiveResponse.Builder |
timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription)
This is a convenience that creates an instance of the
TimeToLiveDescription.Builder avoiding the need
to create one manually via TimeToLiveDescription.builder(). |
DescribeTimeToLiveResponse.Builder |
timeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeTimeToLiveResponse.Builder timeToLiveDescription(TimeToLiveDescription timeToLiveDescription)
timeToLiveDescription - default DescribeTimeToLiveResponse.Builder timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription)
TimeToLiveDescription.Builder avoiding the need
to create one manually via TimeToLiveDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timeToLiveDescription(TimeToLiveDescription).timeToLiveDescription - a consumer that will call methods on TimeToLiveDescription.BuildertimeToLiveDescription(TimeToLiveDescription)Copyright © 2019. All rights reserved.