public static interface DescribeTimeToLiveResponse.Builder extends DynamoDbResponse.Builder, 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)
 | 
buildsdkHttpResponse, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.