Interface CreateWorkspaceResponse.Builder

    • Method Detail

      • workspaceId

        CreateWorkspaceResponse.Builder workspaceId​(String workspaceId)

        The generated ID of the workspace that was just created.

        Parameters:
        workspaceId - The generated ID of the workspace that was just created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        CreateWorkspaceResponse.Builder arn​(String arn)

        The ARN of the workspace that was just created.

        Parameters:
        arn - The ARN of the workspace that was just created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateWorkspaceResponse.Builder status​(WorkspaceStatus status)

        The status of the workspace that was just created (usually CREATING).

        Parameters:
        status - The status of the workspace that was just created (usually CREATING).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateWorkspaceResponse.Builder tags​(Map<String,​String> tags)

        The tags of this workspace.

        Parameters:
        tags - The tags of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        CreateWorkspaceResponse.Builder kmsKeyArn​(String kmsKeyArn)

        Customer managed KMS key ARN for this workspace

        Parameters:
        kmsKeyArn - Customer managed KMS key ARN for this workspace
        Returns:
        Returns a reference to this object so that method calls can be chained together.