static CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.builder() |
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.description(String description) |
The description.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.ec2SubnetIds(String... ec2SubnetIds) |
Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.ec2SubnetIds(Collection<String> ec2SubnetIds) |
Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.launchProfileProtocolVersions(String... launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.launchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.name(String name) |
The name for the launch profile.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.streamConfiguration(Consumer<StreamConfigurationCreate.Builder> streamConfiguration) |
A configuration for a streaming session.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.streamConfiguration(StreamConfigurationCreate streamConfiguration) |
A configuration for a streaming session.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.studioComponentIds(String... studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.studioComponentIds(Collection<String> studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.studioId(String studioId) |
The studio ID.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.toBuilder() |
|