public static interface DeletePropertygraphStatisticsResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<DeletePropertygraphStatisticsResponse.Builder,DeletePropertygraphStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeletePropertygraphStatisticsResponse.Builder |
payload(Consumer<DeleteStatisticsValueMap.Builder> payload)
The deletion payload.
|
DeletePropertygraphStatisticsResponse.Builder |
payload(DeleteStatisticsValueMap payload)
The deletion payload.
|
DeletePropertygraphStatisticsResponse.Builder |
status(String status)
The cancel status.
|
DeletePropertygraphStatisticsResponse.Builder |
statusCode(Integer statusCodeValue)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePropertygraphStatisticsResponse.Builder statusCode(Integer statusCodeValue)
The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
statusCodeValue - The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to
delete.DeletePropertygraphStatisticsResponse.Builder status(String status)
The cancel status.
status - The cancel status.DeletePropertygraphStatisticsResponse.Builder payload(DeleteStatisticsValueMap payload)
The deletion payload.
payload - The deletion payload.default DeletePropertygraphStatisticsResponse.Builder payload(Consumer<DeleteStatisticsValueMap.Builder> payload)
The deletion payload.
This is a convenience method that creates an instance of theDeleteStatisticsValueMap.Builder
avoiding the need to create one manually via DeleteStatisticsValueMap.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to payload(DeleteStatisticsValueMap).
payload - a consumer that will call methods on DeleteStatisticsValueMap.Builderpayload(DeleteStatisticsValueMap)Copyright © 2023. All rights reserved.