primaryWorkspaceId
The identifier of the standby WorkSpace.
- Parameters:
primaryWorkspaceId- The identifier of the standby WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<StandbyWorkspace.Builder,StandbyWorkspace> , SdkBuilder<StandbyWorkspace.Builder,StandbyWorkspace> , SdkPojoStandbyWorkspacedirectoryId(String directoryId) primaryWorkspaceId(String primaryWorkspaceId) tags(Collection<Tag> tags) tags(Consumer<Tag.Builder>... tags) volumeEncryptionKey(String volumeEncryptionKey) copyapplyMutation, buildequalsBySdkFields, sdkFieldsThe identifier of the standby WorkSpace.
primaryWorkspaceId - The identifier of the standby WorkSpace.The volume encryption key of the standby WorkSpace.
volumeEncryptionKey - The volume encryption key of the standby WorkSpace.The identifier of the directory for the standby WorkSpace.
directoryId - The identifier of the directory for the standby WorkSpace.The tags associated with the standby WorkSpace.
tags - The tags associated with the standby WorkSpace.The tags associated with the standby WorkSpace.
tags - The tags associated with the standby WorkSpace.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<Tag>).
tags - a consumer that will call methods on
Tag.Builder