Interface WorkspaceConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkspaceConfigurationInput.Builder,,WorkspaceConfigurationInput> SdkBuilder<WorkspaceConfigurationInput.Builder,,WorkspaceConfigurationInput> SdkPojo
- Enclosing class:
WorkspaceConfigurationInput
@Mutable
@NotThreadSafe
public static interface WorkspaceConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<WorkspaceConfigurationInput.Builder,WorkspaceConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the workspace to create.workspaceType(String workspaceType) The type of workspace to create, which determines the use-case features enabled for the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the workspace to create. Must be between 1 and 40 characters and can contain alphanumeric characters, parentheses, brackets, hyphens, underscores, and spaces.
- Parameters:
name- The name of the workspace to create. Must be between 1 and 40 characters and can contain alphanumeric characters, parentheses, brackets, hyphens, underscores, and spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceType
The type of workspace to create, which determines the use-case features enabled for the workspace. Valid values are
OBSERVABILITY,SECURITY_ANALYTICS, andSEARCH.- Parameters:
workspaceType- The type of workspace to create, which determines the use-case features enabled for the workspace. Valid values areOBSERVABILITY,SECURITY_ANALYTICS, andSEARCH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-