public static interface StandbyWorkspace.Builder extends SdkPojo, CopyableBuilder<StandbyWorkspace.Builder,StandbyWorkspace>
| Modifier and Type | Method and Description |
|---|---|
StandbyWorkspace.Builder |
directoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
|
StandbyWorkspace.Builder |
primaryWorkspaceId(String primaryWorkspaceId)
The identifier of the standby WorkSpace.
|
StandbyWorkspace.Builder |
tags(Collection<Tag> tags)
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
tags(Tag... tags)
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
volumeEncryptionKey(String volumeEncryptionKey)
The volume encryption key of the standby WorkSpace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandbyWorkspace.Builder primaryWorkspaceId(String primaryWorkspaceId)
The identifier of the standby WorkSpace.
primaryWorkspaceId - The identifier of the standby WorkSpace.StandbyWorkspace.Builder volumeEncryptionKey(String volumeEncryptionKey)
The volume encryption key of the standby WorkSpace.
volumeEncryptionKey - The volume encryption key of the standby WorkSpace.StandbyWorkspace.Builder directoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
directoryId - The identifier of the directory for the standby WorkSpace.StandbyWorkspace.Builder tags(Collection<Tag> tags)
The tags associated with the standby WorkSpace.
tags - The tags associated with the standby WorkSpace.StandbyWorkspace.Builder tags(Tag... tags)
The tags associated with the standby WorkSpace.
tags - The tags associated with the standby WorkSpace.StandbyWorkspace.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the standby WorkSpace.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.