| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchProfile.Builder |
LaunchProfile.Builder.arn(String arn)
The ARN of the resource.
|
static LaunchProfile.Builder |
LaunchProfile.builder() |
LaunchProfile.Builder |
LaunchProfile.Builder.createdAt(Instant createdAt)
The Unix epoch 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(Collection<String> ec2SubnetIds)
Unique identifiers for a collection of EC2 subnets.
|
LaunchProfile.Builder |
LaunchProfile.Builder.ec2SubnetIds(String... ec2SubnetIds)
Unique identifiers for a collection of EC2 subnets.
|
LaunchProfile.Builder |
LaunchProfile.Builder.launchProfileId(String launchProfileId)
The launch profile ID.
|
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.launchProfileProtocolVersions(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(LaunchProfileState state)
The current state.
|
LaunchProfile.Builder |
LaunchProfile.Builder.state(String state)
The current state.
|
LaunchProfile.Builder |
LaunchProfile.Builder.statusCode(LaunchProfileStatusCode statusCodeValue)
The status code.
|
LaunchProfile.Builder |
LaunchProfile.Builder.statusCode(String 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(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
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.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 Unix epoch 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchProfile.Builder> |
LaunchProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteLaunchProfileResponse.Builder |
DeleteLaunchProfileResponse.Builder.launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
default GetLaunchProfileDetailsResponse.Builder |
GetLaunchProfileDetailsResponse.Builder.launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
default UpdateLaunchProfileResponse.Builder |
UpdateLaunchProfileResponse.Builder.launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
default GetLaunchProfileResponse.Builder |
GetLaunchProfileResponse.Builder.launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
default CreateLaunchProfileResponse.Builder |
CreateLaunchProfileResponse.Builder.launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
Copyright © 2021. All rights reserved.