LaunchProfile.Builder |
LaunchProfile.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
static LaunchProfile.Builder |
LaunchProfile.builder() |
|
LaunchProfile.Builder |
LaunchProfile.Builder.createdAt(Instant createdAt) |
The ISO timestamp in seconds for when the resource was created.
|
LaunchProfile.Builder |
LaunchProfile.Builder.createdBy(String createdBy) |
The user ID of the user that created the launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.description(String description) |
A human-readable description of the launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.ec2SubnetIds(String... ec2SubnetIds) |
Unique identifiers for a collection of EC2 subnets.
|
LaunchProfile.Builder |
LaunchProfile.Builder.ec2SubnetIds(Collection<String> ec2SubnetIds) |
Unique identifiers for a collection of EC2 subnets.
|
LaunchProfile.Builder |
LaunchProfile.Builder.launchProfileId(String launchProfileId) |
The ID of the launch profile used to control access from the streaming session.
|
LaunchProfile.Builder |
LaunchProfile.Builder.launchProfileProtocolVersions(String... launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.launchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions) |
The version number of the protocol that is used by the launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.name(String name) |
A friendly name for the launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.state(String state) |
The current state.
|
LaunchProfile.Builder |
LaunchProfile.Builder.state(LaunchProfileState state) |
The current state.
|
LaunchProfile.Builder |
LaunchProfile.Builder.statusCode(String statusCodeValue) |
The status code.
|
LaunchProfile.Builder |
LaunchProfile.Builder.statusCode(LaunchProfileStatusCode statusCodeValue) |
The status code.
|
LaunchProfile.Builder |
LaunchProfile.Builder.statusMessage(String statusMessage) |
The status message for the launch profile.
|
default LaunchProfile.Builder |
LaunchProfile.Builder.streamConfiguration(Consumer<StreamConfiguration.Builder> streamConfiguration) |
A configuration for a streaming session.
|
LaunchProfile.Builder |
LaunchProfile.Builder.streamConfiguration(StreamConfiguration streamConfiguration) |
A configuration for a streaming session.
|
LaunchProfile.Builder |
LaunchProfile.Builder.studioComponentIds(String... studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.studioComponentIds(Collection<String> studioComponentIds) |
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
LaunchProfile.Builder |
LaunchProfile.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
LaunchProfile.Builder |
LaunchProfile.toBuilder() |
|
LaunchProfile.Builder |
LaunchProfile.Builder.updatedAt(Instant updatedAt) |
The ISO timestamp in seconds for when the resource was updated.
|
LaunchProfile.Builder |
LaunchProfile.Builder.updatedBy(String updatedBy) |
The user ID of the user that most recently updated the resource.
|
LaunchProfile.Builder |
LaunchProfile.Builder.validationResults(Collection<ValidationResult> validationResults) |
The list of the latest validation results.
|
LaunchProfile.Builder |
LaunchProfile.Builder.validationResults(Consumer<ValidationResult.Builder>... validationResults) |
The list of the latest validation results.
|
LaunchProfile.Builder |
LaunchProfile.Builder.validationResults(ValidationResult... validationResults) |
The list of the latest validation results.
|