public static interface ManagePropertygraphStatisticsResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<ManagePropertygraphStatisticsResponse.Builder,ManagePropertygraphStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ManagePropertygraphStatisticsResponse.Builder |
payload(Consumer<RefreshStatisticsIdMap.Builder> payload)
This is only returned for refresh mode.
|
ManagePropertygraphStatisticsResponse.Builder |
payload(RefreshStatisticsIdMap payload)
This is only returned for refresh mode.
|
ManagePropertygraphStatisticsResponse.Builder |
status(String status)
The HTTP return code of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildManagePropertygraphStatisticsResponse.Builder status(String status)
The HTTP return code of the request. If the request succeeded, the code is 200.
status - The HTTP return code of the request. If the request succeeded, the code is 200.ManagePropertygraphStatisticsResponse.Builder payload(RefreshStatisticsIdMap payload)
This is only returned for refresh mode.
payload - This is only returned for refresh mode.default ManagePropertygraphStatisticsResponse.Builder payload(Consumer<RefreshStatisticsIdMap.Builder> payload)
This is only returned for refresh mode.
This is a convenience method that creates an instance of theRefreshStatisticsIdMap.Builder avoiding
the need to create one manually via RefreshStatisticsIdMap.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to payload(RefreshStatisticsIdMap).
payload - a consumer that will call methods on RefreshStatisticsIdMap.Builderpayload(RefreshStatisticsIdMap)Copyright © 2023. All rights reserved.