Class UpdateLinkedZoneOptions.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 UpdateLinkedZoneOptions build()
        Builds a UpdateLinkedZoneOptions.
        Returns:
        the new UpdateLinkedZoneOptions instance
      • instanceId

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

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

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

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