public static interface UpdateComponentResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<UpdateComponentResponse.Builder,UpdateComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentResponse.Builder |
component(Component component)
The detailed data of the updated component.
|
default UpdateComponentResponse.Builder |
component(Consumer<Component.Builder> component)
The detailed data of the updated component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentResponse.Builder component(Component component)
The detailed data of the updated component.
component - The detailed data of the updated component.default UpdateComponentResponse.Builder component(Consumer<Component.Builder> component)
The detailed data of the updated component.
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.