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 method 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTimeToLiveResponse.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.Builder
timeToLiveDescription(TimeToLiveDescription)
Copyright © 2023. All rights reserved.