public static interface WriteRecordsResponse.Builder extends TimestreamWriteResponse.Builder, SdkPojo, CopyableBuilder<WriteRecordsResponse.Builder,WriteRecordsResponse>
| Modifier and Type | Method and Description |
|---|---|
default WriteRecordsResponse.Builder |
recordsIngested(Consumer<RecordsIngested.Builder> recordsIngested)
Information on the records ingested by this request.
|
WriteRecordsResponse.Builder |
recordsIngested(RecordsIngested recordsIngested)
Information on the records ingested by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildWriteRecordsResponse.Builder recordsIngested(RecordsIngested recordsIngested)
Information on the records ingested by this request.
recordsIngested - Information on the records ingested by this request.default WriteRecordsResponse.Builder recordsIngested(Consumer<RecordsIngested.Builder> recordsIngested)
Information on the records ingested by this request.
This is a convenience method that creates an instance of theRecordsIngested.Builder avoiding the
need to create one manually via RecordsIngested.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recordsIngested(RecordsIngested).
recordsIngested - a consumer that will call methods on RecordsIngested.BuilderrecordsIngested(RecordsIngested)Copyright © 2023. All rights reserved.