public static class ExportWorkspaceAsyncOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ExportWorkspaceAsyncOptions |
build()
Builds a ExportWorkspaceAsyncOptions.
|
ExportWorkspaceAsyncOptions.Builder |
includeAudit(Boolean includeAudit)
Set the includeAudit.
|
ExportWorkspaceAsyncOptions.Builder |
sort(String sort)
Set the sort.
|
ExportWorkspaceAsyncOptions.Builder |
verbose(Boolean verbose)
Set the verbose.
|
ExportWorkspaceAsyncOptions.Builder |
workspaceId(String workspaceId)
Set the workspaceId.
|
public Builder()
public Builder(String workspaceId)
workspaceId
- the workspaceIdpublic ExportWorkspaceAsyncOptions build()
public ExportWorkspaceAsyncOptions.Builder workspaceId(String workspaceId)
workspaceId
- the workspaceIdpublic ExportWorkspaceAsyncOptions.Builder includeAudit(Boolean includeAudit)
includeAudit
- the includeAuditpublic ExportWorkspaceAsyncOptions.Builder sort(String sort)
sort
- the sortpublic ExportWorkspaceAsyncOptions.Builder verbose(Boolean verbose)
verbose
- the verboseCopyright © 2023 IBM Cloud. All rights reserved.