StructuredPojo
, ToCopyableBuilder<WorkspaceProperties.Builder,WorkspaceProperties>
@Generated("software.amazon.awssdk:codegen") public class WorkspaceProperties extends Object implements StructuredPojo, ToCopyableBuilder<WorkspaceProperties.Builder,WorkspaceProperties>
Describes the properties of a WorkSpace.
Modifier and Type | Class | Description |
---|---|---|
static interface |
WorkspaceProperties.Builder |
Modifier and Type | Method | Description |
---|---|---|
static WorkspaceProperties.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
runningMode() |
The running mode of the WorkSpace.
|
Integer |
runningModeAutoStopTimeoutInMinutes() |
The time after a user logs off when WorkSpaces are automatically stopped.
|
static Class<? extends WorkspaceProperties.Builder> |
serializableBuilderClass() |
|
WorkspaceProperties.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String runningMode()
The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.
RunningMode
public Integer runningModeAutoStopTimeoutInMinutes()
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.
public WorkspaceProperties.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkspaceProperties.Builder,WorkspaceProperties>
public static WorkspaceProperties.Builder builder()
public static Class<? extends WorkspaceProperties.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.