Interface WorkspaceSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>, SdkBuilder<WorkspaceSummary.Builder,WorkspaceSummary>, SdkPojo
Enclosing class:
WorkspaceSummary

public static interface WorkspaceSummary.Builder extends SdkPojo, CopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>
  • Method Details

    • alias

      The alias that is assigned to this workspace to help identify it. It may not be unique.

      Parameters:
      alias - The alias that is assigned to this workspace to help identify it. It may not be unique.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the workspace.

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

      WorkspaceSummary.Builder createdAt(Instant createdAt)

      The date and time that the workspace was created.

      Parameters:
      createdAt - The date and time that the workspace was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      WorkspaceSummary.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

      The current status of the workspace.

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

      The current status of the workspace.

      This is a convenience method that creates an instance of the WorkspaceStatus.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).

      Parameters:
      status - a consumer that will call methods on WorkspaceStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      WorkspaceSummary.Builder workspaceId(String workspaceId)

      The unique ID for the workspace.

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