public static interface CreateWorkspaceResponse.Builder extends AmpResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceResponse.Builder,CreateWorkspaceResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceResponse.Builder |
arn(String arn)
The ARN of the workspace that was just created.
|
default CreateWorkspaceResponse.Builder |
status(Consumer<WorkspaceStatus.Builder> status)
The status of the workspace that was just created (usually CREATING).
|
CreateWorkspaceResponse.Builder |
status(WorkspaceStatus status)
The status of the workspace that was just created (usually CREATING).
|
CreateWorkspaceResponse.Builder |
tags(Map<String,String> tags)
The tags of this workspace.
|
CreateWorkspaceResponse.Builder |
workspaceId(String workspaceId)
The generated ID of the workspace that was just created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspaceResponse.Builder workspaceId(String workspaceId)
The generated ID of the workspace that was just created.
workspaceId - The generated ID of the workspace that was just created.CreateWorkspaceResponse.Builder arn(String arn)
The ARN of the workspace that was just created.
arn - The ARN of the workspace that was just created.CreateWorkspaceResponse.Builder status(WorkspaceStatus status)
The status of the workspace that was just created (usually CREATING).
status - The status of the workspace that was just created (usually CREATING).default CreateWorkspaceResponse.Builder status(Consumer<WorkspaceStatus.Builder> status)
The status of the workspace that was just created (usually CREATING).
This is a convenience method that creates an instance of theWorkspaceStatus.Builder avoiding the
need to create one manually via WorkspaceStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(WorkspaceStatus).
status - a consumer that will call methods on WorkspaceStatus.Builderstatus(WorkspaceStatus)CreateWorkspaceResponse.Builder tags(Map<String,String> tags)
The tags of this workspace.
tags - The tags of this workspace.Copyright © 2023. All rights reserved.