public static class DownloadReleaseExportOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String assistantId,
String release)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DownloadReleaseExportOptions.Builder |
assistantId(String assistantId)
Set the assistantId.
|
DownloadReleaseExportOptions |
build()
Builds a DownloadReleaseExportOptions.
|
DownloadReleaseExportOptions.Builder |
includeAudit(Boolean includeAudit)
Set the includeAudit.
|
DownloadReleaseExportOptions.Builder |
release(String release)
Set the release.
|
public DownloadReleaseExportOptions build()
public DownloadReleaseExportOptions.Builder assistantId(String assistantId)
assistantId
- the assistantIdpublic DownloadReleaseExportOptions.Builder release(String release)
release
- the releasepublic DownloadReleaseExportOptions.Builder includeAudit(Boolean includeAudit)
includeAudit
- the includeAuditCopyright © 2024 IBM Cloud. All rights reserved.