Interface CreateWorkspaceResponse.Builder

    • Method Detail

      • arn

        CreateWorkspaceResponse.Builder arn​(String arn)

        The ARN for the new workspace.

        Parameters:
        arn - The ARN for the new workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        CreateWorkspaceResponse.Builder kmsKeyArn​(String kmsKeyArn)

        (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.

        Parameters:
        kmsKeyArn - (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateWorkspaceResponse.Builder status​(WorkspaceStatus status)

        The current status of the new workspace. Immediately after you create the workspace, the status is usually CREATING.

        Parameters:
        status - The current status of the new workspace. Immediately after you create the workspace, the status is 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 list of tag keys and values that are associated with the workspace.

        Parameters:
        tags - The list of tag keys and values that are associated with the workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        CreateWorkspaceResponse.Builder workspaceId​(String workspaceId)

        The unique ID for the new workspace.

        Parameters:
        workspaceId - The unique ID for the new workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.