Environment.Builder |
Environment.Builder.activationCode(String activationCode) |
The activation code to register a device to the environment.
|
Environment.Builder |
Environment.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static Environment.Builder |
Environment.builder() |
|
Environment.Builder |
Environment.Builder.createdAt(Instant createdAt) |
The timestamp of when the environment was created.
|
Environment.Builder |
Environment.Builder.desiredSoftwareSetId(String desiredSoftwareSetId) |
The ID of the software set to apply.
|
Environment.Builder |
Environment.Builder.desktopArn(String desktopArn) |
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Web, or AppStream
2.0.
|
Environment.Builder |
Environment.Builder.desktopEndpoint(String desktopEndpoint) |
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
Environment.Builder |
Environment.Builder.desktopType(String desktopType) |
The type of streaming desktop for the environment.
|
Environment.Builder |
Environment.Builder.desktopType(DesktopType desktopType) |
The type of streaming desktop for the environment.
|
Environment.Builder |
Environment.Builder.deviceCreationTags(Map<String,String> deviceCreationTags) |
"The tag keys and optional values for the newly created devices for this environment."
|
Environment.Builder |
Environment.Builder.id(String id) |
The ID of the environment.
|
Environment.Builder |
Environment.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the environment.
|
default Environment.Builder |
Environment.Builder.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) |
A specification for a time window to apply software updates.
|
Environment.Builder |
Environment.Builder.maintenanceWindow(MaintenanceWindow maintenanceWindow) |
A specification for a time window to apply software updates.
|
Environment.Builder |
Environment.Builder.name(String name) |
The name of the environment.
|
Environment.Builder |
Environment.Builder.pendingSoftwareSetId(String pendingSoftwareSetId) |
The ID of the software set that is pending to be installed.
|
Environment.Builder |
Environment.Builder.pendingSoftwareSetVersion(String pendingSoftwareSetVersion) |
The version of the software set that is pending to be installed.
|
Environment.Builder |
Environment.Builder.registeredDevicesCount(Integer registeredDevicesCount) |
The number of devices registered to the environment.
|
Environment.Builder |
Environment.Builder.softwareSetComplianceStatus(String softwareSetComplianceStatus) |
Describes if the software currently installed on all devices in the environment is a supported version.
|
Environment.Builder |
Environment.Builder.softwareSetComplianceStatus(EnvironmentSoftwareSetComplianceStatus softwareSetComplianceStatus) |
Describes if the software currently installed on all devices in the environment is a supported version.
|
Environment.Builder |
Environment.Builder.softwareSetUpdateMode(String softwareSetUpdateMode) |
An option to define which software updates to apply.
|
Environment.Builder |
Environment.Builder.softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode) |
An option to define which software updates to apply.
|
Environment.Builder |
Environment.Builder.softwareSetUpdateSchedule(String softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
Environment.Builder |
Environment.Builder.softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
Environment.Builder |
Environment.Builder.tags(Map<String,String> tags) |
The tag keys and optional values for the resource.
|
Environment.Builder |
Environment.toBuilder() |
|
Environment.Builder |
Environment.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the device was updated.
|