Class DeleteZoneOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.context_based_restrictions.v1.model.DeleteZoneOptions.Builder
-
- Enclosing class:
- DeleteZoneOptions
public static class DeleteZoneOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeleteZoneOptions
build()
Builds a DeleteZoneOptions.DeleteZoneOptions.Builder
transactionId(java.lang.String transactionId)
Deprecated.this method is deprecated and may be removed in a future releaseDeleteZoneOptions.Builder
xCorrelationId(java.lang.String xCorrelationId)
Set the xCorrelationId.DeleteZoneOptions.Builder
zoneId(java.lang.String zoneId)
Set the zoneId.
-
-
-
Method Detail
-
build
public DeleteZoneOptions build()
Builds a DeleteZoneOptions.- Returns:
- the new DeleteZoneOptions instance
-
zoneId
public DeleteZoneOptions.Builder zoneId(java.lang.String zoneId)
Set the zoneId.- Parameters:
zoneId
- the zoneId- Returns:
- the DeleteZoneOptions builder
-
xCorrelationId
public DeleteZoneOptions.Builder xCorrelationId(java.lang.String xCorrelationId)
Set the xCorrelationId.- Parameters:
xCorrelationId
- the xCorrelationId- Returns:
- the DeleteZoneOptions builder
-
transactionId
@Deprecated public DeleteZoneOptions.Builder transactionId(java.lang.String transactionId)
Deprecated.this method is deprecated and may be removed in a future releaseSet the transactionId.- Parameters:
transactionId
- the transactionId- Returns:
- the DeleteZoneOptions builder
-
-