public static interface GetDeploymentResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse.Builder |
deployment(Consumer<Deployment.Builder> deployment)
The detailed data of the requested deployment.
|
GetDeploymentResponse.Builder |
deployment(Deployment deployment)
The detailed data of the requested deployment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeploymentResponse.Builder deployment(Deployment deployment)
The detailed data of the requested deployment.
deployment - The detailed data of the requested deployment.default GetDeploymentResponse.Builder deployment(Consumer<Deployment.Builder> deployment)
The detailed data of the requested deployment.
This is a convenience method that creates an instance of theDeployment.Builder avoiding the need to
create one manually via Deployment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to deployment(Deployment).
deployment - a consumer that will call methods on Deployment.Builderdeployment(Deployment)Copyright © 2023. All rights reserved.