public static interface GetLaunchProfileDetailsResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchProfileDetailsResponse.Builder,GetLaunchProfileDetailsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLaunchProfileDetailsResponse.Builder launchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile - The launch profile.default GetLaunchProfileDetailsResponse.Builder launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
This is a convenience that creates an instance of theLaunchProfile.Builder avoiding the need to
create one manually via LaunchProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchProfile(LaunchProfile).launchProfile - a consumer that will call methods on LaunchProfile.BuilderlaunchProfile(LaunchProfile)GetLaunchProfileDetailsResponse.Builder streamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
streamingImages - A collection of streaming images.GetLaunchProfileDetailsResponse.Builder streamingImages(StreamingImage... streamingImages)
A collection of streaming images.
streamingImages - A collection of streaming images.GetLaunchProfileDetailsResponse.Builder streamingImages(Consumer<StreamingImage.Builder>... streamingImages)
A collection of streaming images.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #streamingImages(List) .streamingImages - a consumer that will call methods on List.Builder #streamingImages(List) GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
studioComponentSummaries - A collection of studio component summaries.GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(StudioComponentSummary... studioComponentSummaries)
A collection of studio component summaries.
studioComponentSummaries - A collection of studio component summaries.GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(Consumer<StudioComponentSummary.Builder>... studioComponentSummaries)
A collection of studio component summaries.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #studioComponentSummaries(List) .studioComponentSummaries - a consumer that will call methods on List.Builder #studioComponentSummaries(List) Copyright © 2021. All rights reserved.