public static interface UpdateStudioComponentResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<UpdateStudioComponentResponse.Builder,UpdateStudioComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateStudioComponentResponse.Builder |
studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
|
UpdateStudioComponentResponse.Builder |
studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStudioComponentResponse.Builder studioComponent(StudioComponent studioComponent)
Information about the studio component.
studioComponent - Information about the studio component.default UpdateStudioComponentResponse.Builder studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
This is a convenience 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 © 2021. All rights reserved.