Class DeleteZoneOptions.Builder

  • Enclosing class:
    DeleteZoneOptions

    public static class DeleteZoneOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String zoneId)
        Instantiates a new builder with required properties.
        Parameters:
        zoneId - 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 release
        Set the transactionId.
        Parameters:
        transactionId - the transactionId
        Returns:
        the DeleteZoneOptions builder