Interface GetLaunchProfileDetailsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLaunchProfileDetailsResponse.Builder,,GetLaunchProfileDetailsResponse> NimbleResponse.Builder,SdkBuilder<GetLaunchProfileDetailsResponse.Builder,,GetLaunchProfileDetailsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetLaunchProfileDetailsResponse
public static interface GetLaunchProfileDetailsResponse.Builder
extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchProfileDetailsResponse.Builder,GetLaunchProfileDetailsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlaunchProfile(Consumer<LaunchProfile.Builder> launchProfile) The launch profile.launchProfile(LaunchProfile launchProfile) The launch profile.streamingImages(Collection<StreamingImage> streamingImages) A collection of streaming images.streamingImages(Consumer<StreamingImage.Builder>... streamingImages) A collection of streaming images.streamingImages(StreamingImage... streamingImages) A collection of streaming images.studioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries) A collection of studio component summaries.studioComponentSummaries(Consumer<StudioComponentSummary.Builder>... studioComponentSummaries) A collection of studio component summaries.studioComponentSummaries(StudioComponentSummary... studioComponentSummaries) A collection of studio component summaries.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
launchProfile
The launch profile.
- Parameters:
launchProfile- The launch profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchProfile
default GetLaunchProfileDetailsResponse.Builder launchProfile(Consumer<LaunchProfile.Builder> launchProfile) The launch profile.
This is a convenience method that creates an instance of theLaunchProfile.Builderavoiding the need to create one manually viaLaunchProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchProfile(LaunchProfile).- Parameters:
launchProfile- a consumer that will call methods onLaunchProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
streamingImages
A collection of streaming images.
- Parameters:
streamingImages- A collection of streaming images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingImages
A collection of streaming images.
- Parameters:
streamingImages- A collection of streaming images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingImages
GetLaunchProfileDetailsResponse.Builder streamingImages(Consumer<StreamingImage.Builder>... streamingImages) A collection of streaming images.
This is a convenience method that creates an instance of theStreamingImage.Builderavoiding the need to create one manually viaStreamingImage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamingImages(List<StreamingImage>).- Parameters:
streamingImages- a consumer that will call methods onStreamingImage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
studioComponentSummaries
GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries) A collection of studio component summaries.
- Parameters:
studioComponentSummaries- A collection of studio component summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioComponentSummaries
GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(StudioComponentSummary... studioComponentSummaries) A collection of studio component summaries.
- Parameters:
studioComponentSummaries- A collection of studio component summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioComponentSummaries
GetLaunchProfileDetailsResponse.Builder studioComponentSummaries(Consumer<StudioComponentSummary.Builder>... studioComponentSummaries) A collection of studio component summaries.
This is a convenience method that creates an instance of theStudioComponentSummary.Builderavoiding the need to create one manually viaStudioComponentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostudioComponentSummaries(List<StudioComponentSummary>).- Parameters:
studioComponentSummaries- a consumer that will call methods onStudioComponentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-