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 method 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 method that creates an instance of theStreamingImage.Builder avoiding the need to create one
manually via StreamingImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #streamingImages(List.
streamingImages - a consumer that will call methods on
StreamingImage.Builder#streamingImages(java.util.Collection) 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 method that creates an instance of theStudioComponentSummary.Builder avoiding the need to
create one manually via StudioComponentSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #studioComponentSummaries(List.
studioComponentSummaries - a consumer that will call methods on
StudioComponentSummary.Builder#studioComponentSummaries(java.util.Collection) Copyright © 2022. All rights reserved.