Class DeleteLinkedZoneOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String instanceId,
                       String linkedDnszoneId)
        Instantiates a new builder with required properties.
        Parameters:
        instanceId - the instanceId
        linkedDnszoneId - the linkedDnszoneId
    • Method Detail

      • build

        public DeleteLinkedZoneOptions build()
        Builds a DeleteLinkedZoneOptions.
        Returns:
        the new DeleteLinkedZoneOptions instance
      • instanceId

        public DeleteLinkedZoneOptions.Builder instanceId​(String instanceId)
        Set the instanceId.
        Parameters:
        instanceId - the instanceId
        Returns:
        the DeleteLinkedZoneOptions builder
      • linkedDnszoneId

        public DeleteLinkedZoneOptions.Builder linkedDnszoneId​(String linkedDnszoneId)
        Set the linkedDnszoneId.
        Parameters:
        linkedDnszoneId - the linkedDnszoneId
        Returns:
        the DeleteLinkedZoneOptions builder
      • xCorrelationId

        public DeleteLinkedZoneOptions.Builder xCorrelationId​(String xCorrelationId)
        Set the xCorrelationId.
        Parameters:
        xCorrelationId - the xCorrelationId
        Returns:
        the DeleteLinkedZoneOptions builder