public static interface CreateStudioComponentResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<CreateStudioComponentResponse.Builder,CreateStudioComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateStudioComponentResponse.Builder |
studioComponent(Consumer<StudioComponent.Builder> studioComponent)
Information about the studio component.
|
CreateStudioComponentResponse.Builder |
studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStudioComponentResponse.Builder studioComponent(StudioComponent studioComponent)
Information about the studio component.
studioComponent - Information about the studio component.default CreateStudioComponentResponse.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.