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