Class UpdateDeliveryConfigurationOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String containerId,
                       java.util.List<JsonPatchOperation> jsonPatchOperation)
        Instantiates a new builder with required properties.
        Parameters:
        containerId - the containerId
        jsonPatchOperation - the jsonPatchOperation
    • Method Detail

      • containerId

        public UpdateDeliveryConfigurationOptions.Builder containerId​(java.lang.String containerId)
        Set the containerId.
        Parameters:
        containerId - the containerId
        Returns:
        the UpdateDeliveryConfigurationOptions builder
      • jsonPatchOperation

        public UpdateDeliveryConfigurationOptions.Builder jsonPatchOperation​(java.util.List<JsonPatchOperation> jsonPatchOperation)
        Set the jsonPatchOperation. Existing jsonPatchOperation will be replaced.
        Parameters:
        jsonPatchOperation - the jsonPatchOperation
        Returns:
        the UpdateDeliveryConfigurationOptions builder