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