public static class DeleteZoneOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String zoneId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteZoneOptions |
build()
Builds a DeleteZoneOptions.
|
DeleteZoneOptions.Builder |
transactionId(java.lang.String transactionId)
Set the transactionId.
|
DeleteZoneOptions.Builder |
xCorrelationId(java.lang.String xCorrelationId)
Set the xCorrelationId.
|
DeleteZoneOptions.Builder |
zoneId(java.lang.String zoneId)
Set the zoneId.
|
public Builder()
public Builder(java.lang.String zoneId)
zoneId - the zoneIdpublic DeleteZoneOptions build()
public DeleteZoneOptions.Builder zoneId(java.lang.String zoneId)
zoneId - the zoneIdpublic DeleteZoneOptions.Builder xCorrelationId(java.lang.String xCorrelationId)
xCorrelationId - the xCorrelationIdpublic DeleteZoneOptions.Builder transactionId(java.lang.String transactionId)
transactionId - the transactionIdCopyright © 2022 IBM Cloud Platform Services. All rights reserved.