static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.desiredSoftwareSetId(String desiredSoftwareSetId) |
The ID of the software set to apply.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.desktopArn(String desktopArn) |
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or
AppStream 2.0.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.desktopEndpoint(String desktopEndpoint) |
The URL for the identity provider login (only for environments that use AppStream 2.0).
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.deviceCreationTags(Map<String,String> deviceCreationTags) |
A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.id(String id) |
The ID of the environment to update.
|
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.maintenanceWindow(Consumer<MaintenanceWindow.Builder> maintenanceWindow) |
A specification for a time window to apply software updates.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.maintenanceWindow(MaintenanceWindow maintenanceWindow) |
A specification for a time window to apply software updates.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.name(String name) |
The name of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.softwareSetUpdateMode(String softwareSetUpdateMode) |
An option to define which software updates to apply.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.softwareSetUpdateMode(SoftwareSetUpdateMode softwareSetUpdateMode) |
An option to define which software updates to apply.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.softwareSetUpdateSchedule(String softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule) |
An option to define if software updates should be applied within a maintenance window.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
|