EnvironmentSummary.Builder |
EnvironmentSummary.Builder.activationCode(String activationCode) |
The activation code to register a device to the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static EnvironmentSummary.Builder |
EnvironmentSummary.builder() |
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.createdAt(Instant createdAt) |
The timestamp of when the environment was created.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.desiredSoftwareSetId(String desiredSoftwareSetId) |
The ID of the software set to apply.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.desktopArn(String desktopArn) |
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or
AppStream 2.0.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.desktopEndpoint(String desktopEndpoint) |
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.desktopType(String desktopType) |
The type of streaming desktop for the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.desktopType(DesktopType desktopType) |
The type of streaming desktop for the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.id(String id) |
The ID of the environment.
|
default EnvironmentSummary.Builder |
EnvironmentSummary.Builder.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) |
A specification for a time window to apply software updates.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.maintenanceWindow(MaintenanceWindow maintenanceWindow) |
A specification for a time window to apply software updates.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.name(String name) |
The name of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.pendingSoftwareSetId(String pendingSoftwareSetId) |
The ID of the software set that is pending to be installed.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.softwareSetUpdateMode(String softwareSetUpdateMode) |
An option to define which software updates to apply.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode) |
An option to define which software updates to apply.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.softwareSetUpdateSchedule(String softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
EnvironmentSummary.Builder |
EnvironmentSummary.toBuilder() |
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the device was updated.
|