public static interface DeleteStudioComponentResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<DeleteStudioComponentResponse.Builder,DeleteStudioComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteStudioComponentResponse.Builder |
studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
|
DeleteStudioComponentResponse.Builder |
studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteStudioComponentResponse.Builder studioComponent(StudioComponent studioComponent)
Information about the studio component.
studioComponent - Information about the studio component.default DeleteStudioComponentResponse.Builder studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
This is a convenience method that creates an instance of theStudioComponent.Builder avoiding the
need to create one manually via StudioComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to studioComponent(StudioComponent).
studioComponent - a consumer that will call methods on StudioComponent.BuilderstudioComponent(StudioComponent)Copyright © 2023. All rights reserved.