static UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.builder() |
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.description(String description) |
The description.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.launchProfileId(String launchProfileId) |
The ID of the launch profile used to control access from the streaming session.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.launchProfileProtocolVersions(String... launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.launchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.name(String name) |
The name for the launch profile.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.streamConfiguration(Consumer<StreamConfigurationCreate.Builder> streamConfiguration) |
A configuration for a streaming session.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.streamConfiguration(StreamConfigurationCreate streamConfiguration) |
A configuration for a streaming session.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.studioComponentIds(String... studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.studioComponentIds(Collection<String> studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.studioId(String studioId) |
The studio ID.
|
UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.toBuilder() |
|