Class UpdateGatewayOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String id,
                       Map<String,​Object> gatewayPatchTemplatePatch)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
        gatewayPatchTemplatePatch - the gatewayPatchTemplatePatch
    • Method Detail

      • build

        public UpdateGatewayOptions build()
        Builds a UpdateGatewayOptions.
        Returns:
        the new UpdateGatewayOptions instance
      • gatewayPatchTemplatePatch

        public UpdateGatewayOptions.Builder gatewayPatchTemplatePatch​(Map<String,​Object> gatewayPatchTemplatePatch)
        Set the gatewayPatchTemplatePatch.
        Parameters:
        gatewayPatchTemplatePatch - the gatewayPatchTemplatePatch
        Returns:
        the UpdateGatewayOptions builder