Uses of Interface
software.amazon.awssdk.services.nimble.model.GetStudioComponentResponse.Builder
-
Packages that use GetStudioComponentResponse.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of GetStudioComponentResponse.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return GetStudioComponentResponse.Builder Modifier and Type Method Description static GetStudioComponentResponse.BuilderGetStudioComponentResponse. builder()default GetStudioComponentResponse.BuilderGetStudioComponentResponse.Builder. studioComponent(Consumer<StudioComponent.Builder> studioComponent)Information about the studio component.GetStudioComponentResponse.BuilderGetStudioComponentResponse.Builder. studioComponent(StudioComponent studioComponent)Information about the studio component.GetStudioComponentResponse.BuilderGetStudioComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type GetStudioComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetStudioComponentResponse.Builder>GetStudioComponentResponse. serializableBuilderClass()
-