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
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
launchProfile
GetLaunchProfileDetailsResponse.Builder launchProfile(LaunchProfile 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:
launchProfile(LaunchProfile)
-
streamingImages
GetLaunchProfileDetailsResponse.Builder streamingImages(Collection<StreamingImage> 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(StreamingImage... 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 to#streamingImages(List.) - 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:
#streamingImages(java.util.Collection)
-
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 to#studioComponentSummaries(List.) - 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:
#studioComponentSummaries(java.util.Collection)
-
-