public class WorkspaceCreateParameters extends Object
| Constructor and Description |
|---|
WorkspaceCreateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the region in which to create the Workspace.
|
Map<String,String> |
tags()
Get the user specified tags associated with the Workspace.
|
WorkspaceCreateParameters |
withLocation(String location)
Set the region in which to create the Workspace.
|
WorkspaceCreateParameters |
withTags(Map<String,String> tags)
Set the user specified tags associated with the Workspace.
|
public String location()
public WorkspaceCreateParameters withLocation(String location)
location - the location value to setpublic Map<String,String> tags()
public WorkspaceCreateParameters withTags(Map<String,String> tags)
tags - the tags value to setCopyright © 2019. All rights reserved.